Skip to content

Commit ae33c9e

Browse files
authored
Merge pull request #38570 from rintaro/5.5-disable-rdar79670222
[5.5][Test] Disable Concurrency/Runtime/async.swift
2 parents e088438 + 2891958 commit ae33c9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/Concurrency/Runtime/async.swift

Lines changed: 1 addition & 4 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 %import-libdispatch)
23

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

10-
// rdar://79670222 : This test fails on ios and watchos
11-
// UNSUPPORTED: OS=ios
12-
// UNSUPPORTED: OS=watchos
13-
1411
import Dispatch
1512
import StdlibUnittest
1613

0 commit comments

Comments
 (0)