Skip to content

Commit c4be180

Browse files
committed
fix comment
Signed-off-by: Gang Li <[email protected]>
1 parent c7bd340 commit c4be180

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/framework/e2e/cluster.go

-2
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ func WithCorruptCheckTime(time time.Duration) EPClusterOption {
316316
return func(c *EtcdProcessClusterConfig) { c.ServerConfig.CorruptCheckTime = time }
317317
}
318318

319-
// experimental-corrupt-check time flag is deprecated in v3.6 and will be decommissioned in v3.7.
320-
// TODO: delete in v3.7
321319
func WithExperimentalCorruptCheckTime(time time.Duration) EPClusterOption {
322320
return func(c *EtcdProcessClusterConfig) { c.ServerConfig.ExperimentalCorruptCheckTime = time }
323321
}

0 commit comments

Comments
 (0)