Skip to content

Commit a7d011e

Browse files
committed
Disable test which is showing crasher when run with tsan
1 parent 2adeeb5 commit a7d011e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Sanitizers/tsan/actor_counters.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// UNSUPPORTED: linux
99
// UNSUPPORTED: windows
1010

11+
// REQUIRES: rdar83246843
12+
1113
@available(SwiftStdlib 5.1, *)
1214
actor Counter {
1315
private var value = 0

0 commit comments

Comments
 (0)