From 4453474279dc5be57e5e219e460467b451790e32 Mon Sep 17 00:00:00 2001 From: purvitm-splunk Date: Wed, 25 Sep 2024 15:43:41 +0530 Subject: [PATCH] Update to remove extra content --- synthetics/test-config/private-locations.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/synthetics/test-config/private-locations.rst b/synthetics/test-config/private-locations.rst index fd2205242..d8c7edc79 100644 --- a/synthetics/test-config/private-locations.rst +++ b/synthetics/test-config/private-locations.rst @@ -190,10 +190,6 @@ When using runner, it's important to correctly configure the proxy settings to a - By default, the runner will set the ``NO_PROXY`` variable in the Dockerfile to include ``127.0.0.1``. If you override ``NO_PROXY``, you must ensure that ``127.0.0.1`` and ``localhost`` are still present, or browser tests may fail. -4. :strong:`Startup Check`: - - - The runner includes a startup check to validate that ``NO_PROXY`` contains ``127.0.0.1`` and ``localhost``. If these are missing, you might encounter unexpected behavior in test execution. -