We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5429ad + ff16cdf commit 00b33e8Copy full SHA for 00b33e8
packages/grpc-js-xds/scripts/xds_k8s_lb.sh
@@ -159,7 +159,7 @@ main() {
159
# Run tests
160
cd "${TEST_DRIVER_FULL_DIR}"
161
local failed_tests=0
162
- test_suites=("baseline_test" "api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "outlier_detection")
+ test_suites=("baseline_test" "api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "outlier_detection_test")
163
for test in "${test_suites[@]}"; do
164
run_test $test || (( failed_tests++ ))
165
done
0 commit comments