Skip to content

Commit 566034a

Browse files
authored
Merge pull request #2457 from XuanWang-Amos/xds_duplicate_bugs
PSM Interop: Don't fail target if sub-target already failed
2 parents 892f16e + cd87b12 commit 566034a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/grpc-js-xds/scripts/xds_k8s_lb.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ main() {
170170
run_test $test || (( ++failed_tests ))
171171
done
172172
echo "Failed test suites: ${failed_tests}"
173-
if (( failed_tests > 0 )); then
174-
exit 1
175-
fi
176173
}
177174

178175
main "$@"

0 commit comments

Comments
 (0)