Skip to content

Commit 4dee4fd

Browse files
committed
bug-- in wfbench
1 parent 61fe80c commit 4dee4fd

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -241,17 +241,17 @@ class TestTranslators:
241241
@pytest.mark.parametrize(
242242
"backend",
243243
[
244-
# "swiftt",
245-
# "dask",
246-
# "parsl",
247-
# "nextflow",
248-
# "nextflow_subworkflow",
249-
# "airflow",
244+
"swiftt",
245+
"dask",
246+
"parsl",
247+
"nextflow",
248+
"nextflow_subworkflow",
249+
"airflow",
250250
"bash",
251-
# "taskvine",
252-
# "makeflow",
253-
# "cwl",
254-
# "pegasus",
251+
"taskvine",
252+
"makeflow",
253+
"cwl",
254+
"pegasus",
255255
])
256256
@pytest.mark.unit
257257
# @pytest.mark.skip(reason="tmp")
@@ -318,6 +318,5 @@ def test_translator(self, backend) -> None:
318318
_compare_workflows(original_workflow, reconstructed_workflow)
319319

320320
# Shutdown the container (weirdly, container is already shutdown by now... not sure how)
321-
time.sleep(100000)
322321
_shutdown_docker_container_and_remove_image(container)
323322

0 commit comments

Comments
 (0)