Skip to content

Commit 62f4945

Browse files
committed
[Test] Disable Concurrency/Runtime/async.swift
rdar://79670222
1 parent 914928e commit 62f4945

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/Concurrency/Runtime/async.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: rdar79670222
12
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking %import-libdispatch)
23

34
// REQUIRES: executable_test
@@ -7,9 +8,6 @@
78
// rdar://76038845
89
// UNSUPPORTED: use_os_stdlib
910

10-
// rdar://79670222 : This test fails on iphonesimulator-x86_64
11-
// UNSUPPORTED: OS=ios && CPU=x86_64
12-
1311
import Dispatch
1412
import StdlibUnittest
1513

0 commit comments

Comments
 (0)