Skip to content

Commit 9644e5c

Browse files
committed
Disable test on Linux for now, problem with finding libs, we primarily
care about macOS in this test in any case
1 parent 272c1e5 commit 9644e5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Distributed/Runtime/distributed_actor_protocol_call_resilient_lib.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
// REQUIRES: concurrency
5959
// REQUIRES: distributed
6060

61+
// Locating the built libraries failed on Linux (construction of test case),
62+
// but we primarily care about macOS in this test
63+
// UNSUPPORTED: OS=linux-gnu
64+
6165
// UNSUPPORTED: use_os_stdlib
6266
// UNSUPPORTED: back_deployment_runtime
6367

0 commit comments

Comments
 (0)