Skip to content

Commit 6452a83

Browse files
committed
tests: skip due to arg required in the future
1 parent 47a888d commit 6452a83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/integration/test_launcher_local.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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")
109110
def 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")
165167
def test_try_deploying_container_with_same_name(
166168
modeler: Modeler, caplog: pytest.LogCaptureFixture, docker_instance: LocalDockerInstance
167169
):

0 commit comments

Comments
 (0)