Skip to content

Commit 54319d7

Browse files
committed
Mark distributed_actor_default_init/deinit tests as requiring macOS
They currently block PR testing.
1 parent c89bd8f commit 54319d7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Distributed/SIL/distributed_actor_default_deinit_sil.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: concurrency
33
// REQUIRES: distributed
44

5+
// REQUIRES: OS=macosx
6+
57
import _Distributed
68

79
class SomeClass {}

test/Distributed/SIL/distributed_actor_default_init_sil.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: concurrency
33
// REQUIRES: distributed
44

5+
// REQUIRES: OS=macosx
6+
57
import _Distributed
68

79
class SomeClass {}

0 commit comments

Comments
 (0)