From 0d5ef431a1cea8fe4988821d76e197b06480d8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 13 Mar 2024 13:03:48 +0100 Subject: [PATCH] docker-py: Temporarily skip `test_commit` and `test_commit_with_changes` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- hack/make/test-docker-py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index 77a9ae0157..fa4bc314ba 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -19,11 +19,11 @@ source hack/make/.integration-test-helpers # build --squash is not supported with containerd integration. if [ -n "$TEST_INTEGRATION_USE_SNAPSHOTTER" ]; then PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/api_build_test.py::BuildTest::test_build_squash" - - # TODO(vvoland): re-enable after https://github.com/docker/docker-py/pull/3203 is merged and in a tagged 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" 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" ( bundle .integration-daemon-start