Skip to content

Commit 2144f72

Browse files
committed
[test] Disable Concurrency/Backdeploy/mangling.swift with OS stdlib
This test is failing when run on 10.15 and earlier using the OS stdlib. Disable until we can fix it. rdar://83465277
1 parent 80d3310 commit 2144f72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Backdeploy/mangling.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
// REQUIRES: OS=macosx
1717
// REQUIRES: executable_test
1818

19+
// rdar://83465277 - failing when using OS stdlib on 10.15 and earlier.
20+
// UNSUPPORTED: use_os_stdlib
21+
1922
protocol MyProtocol {
2023
associatedtype AssocSendable
2124
associatedtype AssocAsync

0 commit comments

Comments
 (0)