Skip to content

Commit 6ceb0c6

Browse files
committed
re-established all tests
1 parent 30b120f commit 6ceb0c6

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
@@ -231,16 +231,16 @@ class TestTranslators:
231231
@pytest.mark.parametrize(
232232
"backend",
233233
[
234-
# "swiftt",
235-
# "dask",
234+
"swiftt",
235+
"dask",
236236
"parsl",
237-
# "nextflow",
238-
# "airflow",
239-
# "bash",
240-
# "taskvine",
241-
# "makeflow",
242-
# "cwl",
243-
# "pegasus",
237+
"nextflow",
238+
"airflow",
239+
"bash",
240+
"taskvine",
241+
"makeflow",
242+
"cwl",
243+
"pegasus",
244244
])
245245
@pytest.mark.unit
246246
# @pytest.mark.skip(reason="tmp")

0 commit comments

Comments
 (0)