diff --git a/ci/do_ci.sh b/ci/do_ci.sh index 2bdbfb5699cd0..b4a4ea3c2542c 100755 --- a/ci/do_ci.sh +++ b/ci/do_ci.sh @@ -144,7 +144,7 @@ function bazel_binary_build() { } function run_process_test_result() { - if [[ $(find "$TEST_TMPDIR" -name "*_attempt.xml" 2> /dev/null) ]]; then + if [[ -z "$CI_SKIP_PROCESS_TEST_RESULTS" ]] && [[ $(find "$TEST_TMPDIR" -name "*_attempt.xml" 2> /dev/null) ]]; then echo "running flaky test reporting script" "${ENVOY_SRCDIR}"/ci/flaky_test/run_process_xml.sh "$CI_TARGET" else