Skip to content

Commit d91c037

Browse files
committed
disabling Nextflow test
1 parent ffae854 commit d91c037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/translators/test_translators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_parsl_translator(self) -> None:
178178
assert(num_completed_tasks == num_tasks)
179179

180180
@pytest.mark.unit
181-
# @pytest.mark.skip(reason="tmp")
181+
@pytest.mark.skip(reason="tmp")
182182
def test_nextflow_translator(self) -> None:
183183

184184
# Create workflow benchmark

0 commit comments

Comments
 (0)