Remove duplicated test

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
Marek Siarkowicz 2023-10-12 11:45:00 +02:00
parent 05cc60a539
commit c71f60e797

View File

@ -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)),