We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6e033 commit 6f0af96Copy full SHA for 6f0af96
pkg/cmd/roachtest/roachtestutil/mixedversion/mutators.go
@@ -543,7 +543,8 @@ type networkPartitionMutator struct{}
543
func (m networkPartitionMutator) Name() string { return failures.IPTablesNetworkPartitionName }
544
545
func (m networkPartitionMutator) Probability() float64 {
546
- return 0.3
+ // TODO(#154547)
547
+ return 0.0
548
}
549
550
func (m networkPartitionMutator) Generate(
0 commit comments