mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Remove duplicated test
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
parent
05cc60a539
commit
c71f60e797
@ -46,13 +46,6 @@ func TestEtcdServerProcessConfig(t *testing.T) {
|
||||
"--snapshot-count=42",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "SnapshotCatchUpEntries",
|
||||
config: NewConfig(WithSnapshotCatchUpEntries(12)),
|
||||
expectArgsContain: []string{
|
||||
"--experimental-snapshot-catchup-entries=12",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "QuotaBackendBytes",
|
||||
config: NewConfig(WithQuotaBackendBytes(123)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user