Skip to content

Commit baa9b9b

Browse files
committed
Re-establishing all (lengthy) tests
1 parent a0ea83c commit baa9b9b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,16 @@ class TestTranslators:
229229
@pytest.mark.parametrize(
230230
"backend",
231231
[
232-
# "swiftt",
233-
# "dask",
234-
# "parsl",
235-
# "nextflow",
236-
# "airflow",
237-
# "bash",
238-
# "taskvine",
232+
"swiftt",
233+
"dask",
234+
"parsl",
235+
"nextflow",
236+
"airflow",
237+
"bash",
238+
"taskvine",
239239
"makeflow",
240-
# "cwl",
241-
# "pegasus",
240+
"cwl",
241+
"pegasus",
242242
])
243243
@pytest.mark.unit
244244
# @pytest.mark.skip(reason="tmp")

0 commit comments

Comments
 (0)