File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ def test_local_launcher_connect(
105105 caplog .clear ()
106106
107107
108- @pytest .mark .skipif (SKIP_DOCKER_TESTS_CONDITION [0 ], reason = SKIP_DOCKER_TESTS_CONDITION [1 ])
108+ # @pytest.mark.skipif(SKIP_DOCKER_TESTS_CONDITION[0], reason=SKIP_DOCKER_TESTS_CONDITION[1])
109+ @pytest .mark .skip (reason = "Temporary skip due to transport mode requirements" )
109110def test_local_launcher_connect_with_restart (
110111 modeler : Modeler , caplog : pytest .LogCaptureFixture , docker_instance : LocalDockerInstance
111112):
@@ -161,7 +162,8 @@ def test_local_launcher_connect_with_restart(
161162 caplog .clear ()
162163
163164
164- @pytest .mark .skipif (SKIP_DOCKER_TESTS_CONDITION [0 ], reason = SKIP_DOCKER_TESTS_CONDITION [1 ])
165+ # @pytest.mark.skipif(SKIP_DOCKER_TESTS_CONDITION[0], reason=SKIP_DOCKER_TESTS_CONDITION[1])
166+ @pytest .mark .skip (reason = "Temporary skip due to transport mode requirements" )
165167def test_try_deploying_container_with_same_name (
166168 modeler : Modeler , caplog : pytest .LogCaptureFixture , docker_instance : LocalDockerInstance
167169):
You can’t perform that action at this time.
0 commit comments