diff --git a/e2e/ctl_v3_test.go b/e2e/ctl_v3_test.go index f16a14fc2..396e6c184 100644 --- a/e2e/ctl_v3_test.go +++ b/e2e/ctl_v3_test.go @@ -82,6 +82,7 @@ func (cx *ctlCtx) applyOpts(opts []ctlOption) { for _, opt := range opts { opt(cx) } + cx.initialCorruptCheck = true } func withCfg(cfg etcdProcessClusterConfig) ctlOption {