Skip to content

Commit ed56401

Browse files
[PSM interop] Don't fail target if sub-target already failed (#6390) (#6405)
1 parent cd6a794 commit ed56401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kokoro/xds_url_map.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ main() {
141141
build_docker_images_if_needed
142142
# Run tests
143143
cd "${TEST_DRIVER_FULL_DIR}"
144-
run_test url_map
144+
run_test url_map || echo "Failed url_map test"
145145
}
146146

147147
main "$@"

0 commit comments

Comments
 (0)