Browse code

Merge pull request #40500 from thaJeztah/docker_py_skip_flaky

docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)

Brian Goff authored on 2020/02/13 06:14:56
Showing 1 changed files
... ...
@@ -14,7 +14,8 @@ source hack/make/.integration-test-helpers
14 14
 # This option can be used to temporarily skip flaky tests (using the `--deselect`
15 15
 # flag) until they are fixed upstream. For example:
16 16
 # --deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream
17
-: "${PY_TEST_OPTIONS:=--junitxml=${DEST}/junit-report.xml}"
17
+# TODO re-enable test after https://github.com/docker/docker-py/issues/2513 has been resolved
18
+: "${PY_TEST_OPTIONS:=--junitxml=${DEST}/junit-report.xml --deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream}"
18 19
 (
19 20
 	bundle .integration-daemon-start
20 21