Skip to content

Commit de8486a

Browse files
committed
[Distributed] Disable test on watchos as 5.7 seems to have some missing cherry-picks
1 parent c9cd2d3 commit de8486a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Distributed/Runtime/distributed_actor_init_local.swift

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

11+
// FIXME(distributed): 5.7 branches seem to be missing something; as `main + 32bit watch` does not crash on DA usage with the local testing actor system, but 5.7 does.
12+
// rdar://92952551
13+
// UNSUPPORTED: OS=watchos
14+
1115
import Distributed
1216

1317
enum MyError: Error {

0 commit comments

Comments
 (0)