Skip to content

Commit 5dc466e

Browse files
committed
leaving only a couple of backends for testing
1 parent 4718b32 commit 5dc466e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 7 additions & 7 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",
233+
# "swiftt",
234+
# "dask",
235235
# "parsl",
236-
"nextflow",
237-
"airflow",
236+
# "nextflow",
237+
# "airflow",
238238
"bash",
239-
"taskvine",
240-
"makeflow",
239+
# "taskvine",
240+
# "makeflow",
241241
"cwl",
242-
"pegasus",
242+
# "pegasus",
243243
])
244244
@pytest.mark.unit
245245
# @pytest.mark.skip(reason="tmp")

0 commit comments

Comments
 (0)