Skip to content

Commit

Permalink
Move app-net tests from CSM to LB suite (#145)
Browse files Browse the repository at this point in the history
This is a small part of public preview post-launch clean up. 

Internal: b/333124034
  • Loading branch information
shivaspeaks authored Dec 16, 2024
1 parent b1402dc commit 3fb6619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/psm_interop_kokoro_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ psm::lb::get_tests() {
"remove_neg_test"
"round_robin_test"
"circuit_breaking_test"
"app_net_ssa_test"
"app_net_csm_observability_test"
)
# master-only tests
if [[ "${TESTING_VERSION}" =~ "master" ]]; then
Expand Down Expand Up @@ -319,8 +321,6 @@ psm::csm::get_tests() {
"gamma.affinity_session_drain_test"
"gamma.csm_observability_test"
"gamma.csm_observability_with_injection_test"
"app_net_ssa_test"
"app_net_csm_observability_test"
)
}

Expand Down

0 comments on commit 3fb6619

Please sign in to comment.