Skip to content

Commit d3a9459

Browse files
Temporarily turn off async test for iphonesimulator-x86_64.
This may be related to the workaround in PR swiftlang#37939. See also: rdar://79670222.
1 parent 3368d9c commit d3a9459

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/async.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// rdar://76038845
88
// UNSUPPORTED: use_os_stdlib
99

10+
// rdar://79670222 : This test fails on iphonesimulator-x86_64
11+
// UNSUPPORTED: OS=ios && CPU=x86_64
12+
1013
import Dispatch
1114
import StdlibUnittest
1215

0 commit comments

Comments
 (0)