Skip to content

Commit e088438

Browse files
authored
Merge pull request #38546 from aschwaighofer/turn_off_async_priorities_test_5.5
[5.5] Turn off async test on ios and watchos
2 parents f036160 + 097f398 commit e088438

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)