Skip to content

Commit 973f5d2

Browse files
authored
[Concurrency] Disable flaky test (swiftlang#40875)
1 parent f5b4092 commit 973f5d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Sanitizers/tsan/racy_async_let_fibonacci.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
// UNSUPPORTED: OS=watchos
1616

1717
// rdar://86825277
18-
// UNSUPPORTED: CPU=arm64e
18+
// SR-15805
19+
// UNSUPPORTED: CPU=arm64 || CPU=arm64e
1920

2021
func fib(_ n: Int) -> Int {
2122
var first = 0

0 commit comments

Comments
 (0)