Skip to content

Commit 58af72d

Browse files
committed
temporarily disable tests due to rdar://99714807
1 parent 7980273 commit 58af72d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_bad_targets.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
1515
// UNSUPPORTED: OS=windows-msvc
1616

17+
// rdar://99714807
18+
// UNSUPPORTED: OS=ios
19+
// UNSUPPORTED: OS=tvos
20+
// UNSUPPORTED: OS=watchos
21+
1722
import Distributed
1823
import FakeDistributedActorSystems
1924

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_remoteChanged_asyncness.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
1515
// UNSUPPORTED: OS=windows-msvc
1616

17+
// rdar://99714807
18+
// UNSUPPORTED: OS=ios
19+
// UNSUPPORTED: OS=tvos
20+
// UNSUPPORTED: OS=watchos
21+
1722
import Distributed
1823
import FakeDistributedActorSystems
1924

0 commit comments

Comments
 (0)