Skip to content

Commit 0a04278

Browse files
committed
[Distributed] disable tests until issue fixed
1 parent 0fead56 commit 0a04278

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

test/Distributed/Runtime/distributed_actor_init_local.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// UNSUPPORTED: use_os_stdlib
99
// UNSUPPORTED: back_deployment_runtime
1010

11+
// REQUIRES: radar78290608
12+
1113
import _Distributed
1214

1315
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)

test/Distributed/Runtime/distributed_actor_isRemote.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// rdar://77798215
1212
// UNSUPPORTED: OS=windows-msvc
1313

14+
// REQUIRES: radar78290608
15+
1416
import _Distributed
1517

1618
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)

test/Distributed/Runtime/distributed_actor_remote_functions.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// rdar://77798215
1212
// UNSUPPORTED: OS=windows-msvc
1313

14+
// REQUIRES: radar78290608
15+
1416
import _Distributed
1517
import _Concurrency
1618

test/Distributed/Runtime/distributed_actor_run.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// UNSUPPORTED: use_os_stdlib
99
// UNSUPPORTED: back_deployment_runtime
1010

11+
// REQUIRES: radar78290608
12+
1113
import _Distributed
1214

1315
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)

0 commit comments

Comments
 (0)