Skip to content

Commit 097f398

Browse files
committed
[5.5] Turn off async test on ios and watchos
This is likely related to the workaround in PR #37939. See also: rdar://79670222.
1 parent 52211b3 commit 097f398

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Concurrency/Runtime/async.swift

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

10+
// rdar://79670222 : This test fails on ios and watchos
11+
// UNSUPPORTED: OS=ios
12+
// UNSUPPORTED: OS=watchos
13+
1014
import Dispatch
1115
import StdlibUnittest
1216

0 commit comments

Comments
 (0)