diff --git a/tests/framework/e2e/cluster.go b/tests/framework/e2e/cluster.go index b1f705b4cb8..3b8ecf984c3 100644 --- a/tests/framework/e2e/cluster.go +++ b/tests/framework/e2e/cluster.go @@ -316,8 +316,6 @@ func WithCorruptCheckTime(time time.Duration) EPClusterOption { return func(c *EtcdProcessClusterConfig) { c.ServerConfig.CorruptCheckTime = time } } -// experimental-corrupt-check time flag is deprecated in v3.6 and will be decommissioned in v3.7. -// TODO: delete in v3.7 func WithExperimentalCorruptCheckTime(time time.Duration) EPClusterOption { return func(c *EtcdProcessClusterConfig) { c.ServerConfig.ExperimentalCorruptCheckTime = time } }