Revert "c8d/docker-py: Temporarily skip test_commit_*"
This reverts commit f6a160d34e
.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
cf7db9aef8
commit
dbf3789002
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@ 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
|
||||
(
|
||||
bundle .integration-daemon-start
|
||||
|
|
Loading…
Reference in a new issue