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