Skip to content

Commit fd009f8

Browse files
committed
asim: still non-deterministic
Part Of: cockroachdb#105904,cockroachdb#108092 Release Note: None
1 parent 9cabe8c commit fd009f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/asim/asim_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestRunAllocatorSimulator(t *testing.T) {
4040
}
4141

4242
func TestAsimDeterministic(t *testing.T) {
43-
skip.UnderRace(t, 105904, "asim is non-deterministic under race")
43+
skip.WithIssue(t, 105904, "asim is non-deterministic")
4444
settings := config.DefaultSimulationSettings()
4545

4646
runs := 3

0 commit comments

Comments
 (0)