From 6f5c377ddce449bdf297fd4cab1f71e57788f883 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 10 Aug 2019 12:43:28 +0200 Subject: [PATCH] docker-py: skip PullImageTest::test_pull_invalid_platform and remove `PullImageTest::test_build_invalid_platform` from the list, which was a copy/paste error in f8cde0b32d86fa2df71ec65adc3d45f862b3ea33 Signed-off-by: Sebastiaan van Stijn --- hack/make/test-docker-py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index 41052a68ac..40a190877f 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -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