Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Gang Li <[email protected]>
  • Loading branch information
gangli113 committed Jan 10, 2025
1 parent 6fde79d commit cecadf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/framework/e2e/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,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 }
}
Expand Down

0 comments on commit cecadf2

Please sign in to comment.