Skip to content

Commit 0ea8fa3

Browse files
authored
Skip hanging test on Docker while investigating (#1402)
Signed-off-by: paul.profizi <[email protected]>
1 parent 9ea74ce commit 0ea8fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_remote_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def test_remote_workflow_info(local_server):
344344
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0,
345345
reason="Connecting data from different servers is " "supported starting server version 3.0",
346346
)
347+
@pytest.mark.skipif(running_docker, reason="Currently hanging on Docker, under investigation.")
347348
def test_multi_process_local_remote_local_remote_workflow(server_type_remote_process):
348349
files = examples.download_distributed_files(server=server_type_remote_process)
349350
wf = core.Workflow(server=server_type_remote_process)

0 commit comments

Comments
 (0)