Skip to content

Commit 11de06f

Browse files
committed
Enabling only bash and switft transletor testing to test the CI
1 parent 645e6be commit 11de06f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ class TestTranslators:
235235
@pytest.mark.parametrize(
236236
"backend",
237237
[
238-
"dask",
239-
"parsl",
240-
"nextflow",
241-
"airflow",
238+
#"dask",
239+
#"parsl",
240+
#"nextflow",
241+
#"airflow",
242242
"bash",
243-
"taskvine",
244-
"cwl",
245-
"pegasus",
246-
# "swiftt",
243+
#"taskvine",
244+
#"cwl",
245+
#"pegasus",
246+
"swiftt",
247247
])
248248
@pytest.mark.unit
249249
# @pytest.mark.skip(reason="tmp")

0 commit comments

Comments
 (0)