Skip to content

Commit ca84fc8

Browse files
committed
Disabling all translator tests
1 parent d91c037 commit ca84fc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/translators/test_translators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def create_workflow_benchmark():
9191
class TestTranslators:
9292

9393
@pytest.mark.unit
94-
# @pytest.mark.skip(reason="tmp")
94+
@pytest.mark.skip(reason="tmp")
9595
def test_dask_translator(self) -> None:
9696

9797
# Create workflow benchmark
@@ -134,7 +134,7 @@ def test_dask_translator(self) -> None:
134134

135135

136136
@pytest.mark.unit
137-
# @pytest.mark.skip(reason="tmp")
137+
@pytest.mark.skip(reason="tmp")
138138
def test_parsl_translator(self) -> None:
139139

140140
# Create workflow benchmark

0 commit comments

Comments
 (0)