Skip to content

Commit bf07ce7

Browse files
Merge pull request swiftlang#38060 from varungandhi-apple/vg-disable-async-test
Temporarily turn off async test for iphonesimulator-x86_64.
2 parents f51923d + d3a9459 commit bf07ce7

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)