Skip to content

Commit afc3c3c

Browse files
committed
Disable some distributed actor tests on arm64e
1 parent 2ee26d9 commit afc3c3c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Distributed/Runtime/distributed_actor_localSystem_distributedProtocol.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// rdar://90373022
1515
// UNSUPPORTED: OS=watchos
1616

17+
// rdar://125628060
18+
// UNSUPPORTED: CPU=arm64e
19+
1720
import Distributed
1821

1922
@_DistributedProtocol

test/Distributed/Runtime/distributed_actor_localSystem_manual_conformance.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// rdar://90373022
1515
// UNSUPPORTED: OS=watchos
1616

17+
// rdar://125628060
18+
// UNSUPPORTED: CPU=arm64e
19+
1720
import Distributed
1821

1922
@available(SwiftStdlib 6.0, *)

0 commit comments

Comments
 (0)