Skip to content

Commit bcee5d4

Browse files
committed
Reverting CI testing
1 parent 5c0b44f commit bcee5d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class TestTranslators:
236236
@pytest.mark.parametrize(
237237
"backend",
238238
[
239-
"swiftt",
239+
# "swiftt",
240240
"dask",
241241
"parsl",
242242
"nextflow",
@@ -294,5 +294,5 @@ def test_translator(self, backend) -> None:
294294
_compare_workflows(original_workflow, reconstructed_workflow)
295295

296296
# Shutdown the container
297-
_shutdown_docker_container(container)
297+
# _shutdown_docker_container(container)
298298

0 commit comments

Comments
 (0)