Skip to content

Commit 6864c3a

Browse files
committed
Disable these tests on platforms other than MacOS for now
1 parent 0768d1e commit 6864c3a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Concurrency/Runtime/class_resilience.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// REQUIRES: executable_test
1212
// REQUIRES: concurrency
1313

14+
// REQUIRES: OS=macosx
15+
1416
import StdlibUnittest
1517
import resilient_class
1618

test/Concurrency/Runtime/protocol_resilience.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// REQUIRES: executable_test
1212
// REQUIRES: concurrency
1313

14+
// REQUIRES: OS=macosx
15+
1416
import StdlibUnittest
1517
import resilient_protocol
1618

0 commit comments

Comments
 (0)