Skip to content

Commit

Permalink
Remove bootstrap tests from dualstack test suite (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
aranjans authored Sep 17, 2024
1 parent b5193c3 commit 3525b1c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .kokoro/psm_interop_kokoro_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,6 @@ psm::dualstack::get_tests() {
"outlier_detection_test"
"remove_neg_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 3525b1c

Please sign in to comment.