docker-py: skip PullImageTest::test_pull_invalid_platform
and remove `PullImageTest::test_build_invalid_platform` from the list, which was a copy/paste error inf8cde0b32d
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit6f5c377ddc
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0d0b1e77c0
commit
3dd11dd0b5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ source hack/make/.integration-test-helpers
|
|||
--deselect=tests/integration/api_exec_test.py::ExecTest::test_detach_with_arg \
|
||||
--deselect=tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux \
|
||||
--deselect=tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform \
|
||||
--deselect=tests/integration/api_image_test.py::PullImageTest::test_build_invalid_platform \
|
||||
--deselect=tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform \
|
||||
"}
|
||||
(
|
||||
bundle .integration-daemon-start
|
||||
|
|
Loading…
Reference in a new issue