Skip to content

Commit

Permalink
Fix/remove problematic test on docker (#1399)
Browse files Browse the repository at this point in the history
* Try removing hanging test on TFS Docker

Signed-off-by: paul.profizi <[email protected]>

* Try removing hanging test on TFS Docker

Signed-off-by: paul.profizi <[email protected]>

* Try fix

Signed-off-by: paul.profizi <[email protected]>

* Fixed

Signed-off-by: paul.profizi <[email protected]>

---------

Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi authored Feb 5, 2024
1 parent 9b80126 commit 3b844b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_remote_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ def test_remote_workflow_info(local_server):
reason="Connecting data from different servers is " "supported starting server version 3.0",
)
def test_multi_process_local_remote_local_remote_workflow(server_type_remote_process):
files = examples.download_distributed_files()

files = examples.download_distributed_files(server=server_type_remote_process)
wf = core.Workflow(server=server_type_remote_process)
wf.progress_bar = False
average = core.operators.math.norm_fc(server=server_type_remote_process)
Expand Down Expand Up @@ -395,7 +394,6 @@ def test_multi_process_local_remote_local_remote_workflow(server_type_remote_pro
for i, wf in enumerate(workflows):
local_wf.set_input_name("distrib" + str(i), merge, i)
local_wf.connect_with(wf, ("distrib", "distrib" + str(i)))

max_field = local_wf.get_output("tot_output", core.types.field)
assert np.allclose(max_field.data, [10.03242272])

Expand Down

0 comments on commit 3b844b7

Please sign in to comment.