Skip to content

Commit 4718b32

Browse files
committed
temporarily disabling parsl testing
1 parent bf8d74f commit 4718b32

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

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

0 commit comments

Comments
 (0)