From 4babd72186971f5b5b9df67b6c3f8fa65fcdf635 Mon Sep 17 00:00:00 2001 From: Laura Brehm Date: Fri, 27 Sep 2024 15:39:12 +0100 Subject: [PATCH] tests: skip docker-py exec exit code test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporarily skip the exec run failed exit code test in `docker-py` – https://github.com/docker/docker-py/blob/a3652028b1ead708bd9191efb286f909ba6c2a49/tests/integration/models_containers_test.py#L356-L363 We can reenable this after the PR fixing the expected exit code in that test is merged/released/included – https://github.com/docker/docker-py/pull/3290 Signed-off-by: Laura Brehm --- hack/make/test-docker-py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index c3e788d0d2737..565e160dad191 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -25,6 +25,9 @@ fi # TODO(vvoland): re-enable after https://github.com/docker/docker-py/pull/3203 is included in the DOCKER_PY_COMMIT release. PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/api_image_test.py::CommitTest::test_commit" PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/api_image_test.py::CommitTest::test_commit_with_changes" + +# TODO(laurazard): re-enable after https://github.com/docker/docker-py/pull/3290 is included in the DOCKER_PY_COMMIT release. +PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/models_containers_test.py::ContainerTest::test_exec_run_failed" ( bundle .integration-daemon-start