From 98454602b1c107dcd94a2de1963d3f72fa736100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Thu, 30 Jul 2026 11:01:46 +0100 Subject: [PATCH] appsec phpt tests: unset HTTP_PROXY --- appsec/cmake/run-tests-wrapper.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appsec/cmake/run-tests-wrapper.sh b/appsec/cmake/run-tests-wrapper.sh index df84590d5f3..c167e36554b 100755 --- a/appsec/cmake/run-tests-wrapper.sh +++ b/appsec/cmake/run-tests-wrapper.sh @@ -10,6 +10,9 @@ export DD_TRACE_GENERATE_ROOT_SPAN=true export DD_TRACE_AGENT_PORT=18126 export PHPRC= +# CI injects it, but it is captured by appsec so changes the results +unset HTTP_PROXY + CMAKE_BINARY_DIR="$1" MOCK_HELPER_BINARY="$2" TRACER_EXT_FILE="$3"