浏览代码

Merge pull request #46965 from vvoland/c8d-dockerpy-skip-imagesaveload

c8d/docker-py: Temporarily skip test_save_and_load*
Sebastiaan van Stijn 1 年之前
父节点
当前提交
ae726dcd2b
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      hack/make/test-docker-py

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

@@ -18,6 +18,10 @@ 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/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"
 fi
 (
 	bundle .integration-daemon-start