Skip to content

Commit 0e6d10b

Browse files
authored
Merge pull request #41246 from rintaro/disable-rdar76542113
[Tests] Disable a flaky test
2 parents b386c64 + cbd1c7d commit 0e6d10b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Sanitizers/tsan/racy_async_let_fibonacci.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// SR-15805
1919
// UNSUPPORTED: CPU=arm64 || CPU=arm64e
2020

21+
// Disabled because this test is flaky rdar://76542113
22+
// REQUIRES: rdar76542113
23+
2124
func fib(_ n: Int) -> Int {
2225
var first = 0
2326
var second = 1

0 commit comments

Comments
 (0)