Skip to content

Commit 8b7acc4

Browse files
committed
[Distributed] NFC: Disable remote call test on 32-bit watchOS
1 parent d97e767 commit 8b7acc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Distributed/Runtime/distributed_actor_remoteCall.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency
66
// REQUIRES: distributed
7-
// REQUIRES: rdar87568630
7+
8+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
9+
// UNSUPPORTED: OS=watchos && CPU=i386
810

911
// rdar://76038845
1012
// UNSUPPORTED: use_os_stdlib

0 commit comments

Comments
 (0)