Skip to content

Commit

Permalink
xds: Enable Outlier Detection interop tests (#5632)
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq committed Sep 13, 2022
1 parent 21f0259 commit 7da8a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kokoro/xds_k8s_lb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ main() {
# Run tests
cd "${TEST_DRIVER_FULL_DIR}"
local failed_tests=0
test_suites=("api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "affinity_test")
test_suites=("api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "affinity_test" "outlier_detection_test")
for test in "${test_suites[@]}"; do
run_test $test || (( failed_tests++ ))
done
Expand Down

0 comments on commit 7da8a05

Please sign in to comment.