From c71f60e7975680a38ab793c8792e7014de492007 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Thu, 12 Oct 2023 11:45:00 +0200 Subject: [PATCH] Remove duplicated test Signed-off-by: Marek Siarkowicz --- tests/framework/e2e/cluster_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/framework/e2e/cluster_test.go b/tests/framework/e2e/cluster_test.go index 3748147b1..76c29289a 100644 --- a/tests/framework/e2e/cluster_test.go +++ b/tests/framework/e2e/cluster_test.go @@ -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)),