Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 245f145

Browse files
authored
Merge pull request #437 from thaJeztah/19.03_backport_skip_broken_docker_py_test
[19.03 backport] docker-py: skip broken ImageCollectionTest::test_pull_multiple, and re-enable fixed tests Upstream-commit: 077f0939881ed69e105a4e6bc5daea74e91f3dbc Component: engine
2 parents 27678e7 + a3fb446 commit 245f145

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

components/engine/hack/make/test-docker-py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ source hack/make/.integration-test-helpers
1010
: "${DOCKER_PY_COMMIT:=master}"
1111

1212
# custom options to pass py.test
13-
# TODO remove these skip once we update to a docker-py version that has https://github.com/docker/docker-py/pull/2369, https://github.com/docker/docker-py/pull/2380, https://github.com/docker/docker-py/pull/2382
13+
# TODO remove these skip once we update to a docker-py version that has https://github.com/docker/docker-py/pull/2485
1414
: "${PY_TEST_OPTIONS:=\
15-
--deselect=tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr \
1615
--deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream \
17-
--deselect=tests/integration/api_exec_test.py::ExecTest::test_detach_with_arg \
1816
--deselect=tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux \
19-
--deselect=tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform \
20-
--deselect=tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform \
17+
--deselect=tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple \
2118
--junitxml=${DEST}/junit-report.xml \
2219
}"
2320
(

0 commit comments

Comments
 (0)