Skip to content

Commit 3efe1d1

Browse files
committed
Re-disabling Swift-T
1 parent 46197eb commit 3efe1d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

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

0 commit comments

Comments
 (0)