From f79d03d2920044c162ed20e814151076d55bae3b Mon Sep 17 00:00:00 2001 From: Kevin Breit Date: Wed, 11 Sep 2019 07:20:49 -0500 Subject: [PATCH] Elaborate on note that docker-priv only works with integration (#62035) --- docs/docsite/rst/dev_guide/testing_integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/testing_integration.rst b/docs/docsite/rst/dev_guide/testing_integration.rst index 90f36e4a1be..7f3a594b652 100644 --- a/docs/docsite/rst/dev_guide/testing_integration.rst +++ b/docs/docsite/rst/dev_guide/testing_integration.rst @@ -127,7 +127,7 @@ the Ansible continuous integration (CI) system is recommended. Using Docker Engine to run Docker on a non-Linux host (such as macOS) is not recommended. Some tests may fail, depending on the image used for testing. - Using the ``--docker-privileged`` option may resolve the issue. + Using the ``--docker-privileged`` option when running ``integration`` (not ``network-integration`` or ``windows-integration``) may resolve the issue. Running Integration Tests -------------------------