From 3c387beb988e8b5095cffed5b7b82ba395fd2234 Mon Sep 17 00:00:00 2001 From: Abhishek Ranjan <159750762+aranjans@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:15:42 +0530 Subject: [PATCH] Remove bootstrap tests from dualstack test suite --- .kokoro/psm_interop_kokoro_lib.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.kokoro/psm_interop_kokoro_lib.sh b/.kokoro/psm_interop_kokoro_lib.sh index 2555dc4..35b1a90 100644 --- a/.kokoro/psm_interop_kokoro_lib.sh +++ b/.kokoro/psm_interop_kokoro_lib.sh @@ -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 } #######################################