Skip to content

Commit 90c8eb3

Browse files
authored
Merge pull request #39413 from benlangmuir/disable-tsan-async_let_fibonacci.swift
[test] Disable test/Sanitizers/tsan/async_let_fibonacci.swift
2 parents 34d16a8 + 3786b09 commit 90c8eb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Sanitizers/tsan/async_let_fibonacci.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// REQUIRES: concurrency_runtime
1010
// UNSUPPORTED: back_deployment_runtime
1111

12+
// rdar://83246843 This tet is failing non-deterministically in CI.
13+
// REQUIRES: rdar83246843
14+
1215
func fib(_ n: Int) -> Int {
1316
var first = 0
1417
var second = 1

0 commit comments

Comments
 (0)