From a92e42ca254c2a425056bcbcf4b382242d0ec155 Mon Sep 17 00:00:00 2001 From: Mark LaBonte Date: Fri, 26 Jun 2026 19:13:07 -0400 Subject: [PATCH] Ensure tests continue in the event of failure --- tests/interop/run_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/interop/run_tests.sh b/tests/interop/run_tests.sh index 7a35517f4..8af27193b 100755 --- a/tests/interop/run_tests.sh +++ b/tests/interop/run_tests.sh @@ -1,5 +1,4 @@ #!/usr/bin/bash -set -euo pipefail export EXTERNAL_TEST="true" export PATTERN_NAME="MultiCloudGitops"