Skip to content

Commit

Permalink
Revert LB tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aranjans committed Sep 11, 2024
1 parent 69bd893 commit cd0ef41
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .kokoro/psm_interop_kokoro_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,25 @@ psm::lb::setup() {
#######################################
psm::lb::get_tests() {
TESTS=(
"affinity_test"
"api_listener_test"
"app_net_test"
"change_backend_service_test"
"custom_lb_test"
"failover_test"
"outlier_detection_test"
"remove_neg_test"
"round_robin_test"
"circuit_breaking_test"
)
# master-only tests
if [[ "${TESTING_VERSION}" =~ "master" ]]; then
psm::tools::log "Appending master-only tests to the LB suite."
TESTS+=(
"bootstrap_generator_test"
"subsetting_test"
)
fi
}

#######################################
Expand Down

0 comments on commit cd0ef41

Please sign in to comment.