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 9cabe8c commit fd009f8Copy full SHA for fd009f8
pkg/kv/kvserver/asim/asim_test.go
@@ -40,7 +40,7 @@ func TestRunAllocatorSimulator(t *testing.T) {
40
}
41
42
func TestAsimDeterministic(t *testing.T) {
43
- skip.UnderRace(t, 105904, "asim is non-deterministic under race")
+ skip.WithIssue(t, 105904, "asim is non-deterministic")
44
settings := config.DefaultSimulationSettings()
45
46
runs := 3
0 commit comments