From 343e0c72284c93eec5daf9dc953b60d1e2092f01 Mon Sep 17 00:00:00 2001 From: Pavel Yaskevich Date: Wed, 7 Aug 2024 15:51:45 -0700 Subject: [PATCH] [Tests/Distributed] NFC: `distributed_actor_protocol_call_resilient_lib` test cannot be run remotely The test depends on dynamic libraries that a rebuilt on the host and are not transferred to the remote machine. Resolves: rdar://132714652 --- .../Runtime/distributed_actor_protocol_call_resilient_lib.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Distributed/Runtime/distributed_actor_protocol_call_resilient_lib.swift b/test/Distributed/Runtime/distributed_actor_protocol_call_resilient_lib.swift index 48ad5e52b9c4d..434199ecbb69a 100644 --- a/test/Distributed/Runtime/distributed_actor_protocol_call_resilient_lib.swift +++ b/test/Distributed/Runtime/distributed_actor_protocol_call_resilient_lib.swift @@ -74,6 +74,7 @@ // UNSUPPORTED: use_os_stdlib // UNSUPPORTED: back_deployment_runtime +// UNSUPPORTED: remote_run || device_run //--- ResilientLib.swift