Skip to content

Commit

Permalink
Skip hanging test on Docker while investigating (#1402)
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
  • Loading branch information
PProfizi authored Feb 6, 2024
1 parent 9ea74ce commit 0ea8fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_remote_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ def test_remote_workflow_info(local_server):
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_3_0,
reason="Connecting data from different servers is " "supported starting server version 3.0",
)
@pytest.mark.skipif(running_docker, reason="Currently hanging on Docker, under investigation.")
def test_multi_process_local_remote_local_remote_workflow(server_type_remote_process):
files = examples.download_distributed_files(server=server_type_remote_process)
wf = core.Workflow(server=server_type_remote_process)
Expand Down

0 comments on commit 0ea8fa3

Please sign in to comment.