diff --git a/tests/robustness/scenarios/scenarios.go b/tests/robustness/scenarios/scenarios.go index 0026b5f39b2..2e3a5fc36d1 100644 --- a/tests/robustness/scenarios/scenarios.go +++ b/tests/robustness/scenarios/scenarios.go @@ -230,8 +230,6 @@ func Regression(t *testing.T) []TestScenario { Traffic: traffic.EtcdDelete, Cluster: *e2e.NewConfig( e2e.WithClusterSize(1), - e2e.WithCompactionBatchLimit(300), - e2e.WithSnapshotCount(1000), e2e.WithGoFailEnabled(true), ), })