Ver código fonte

Merge pull request #46966 from vvoland/c8d-dockerpy-skip-commit

c8d/docker-py: Temporarily skip test_commit_*
Sebastiaan van Stijn 1 ano atrás
pai
commit
c378b1bf4c
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      hack/make/test-docker-py

+ 4 - 0
hack/make/test-docker-py

@@ -22,6 +22,10 @@ if [ -n "$TEST_INTEGRATION_USE_SNAPSHOTTER" ]; then
 	# TODO(vvoland): re-enable after https://github.com/containerd/containerd/pull/9554 is merged and vendored.
 	PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load"
 	PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name"
+
+	# 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
 (
 	bundle .integration-daemon-start