Skip to content

Commit

Permalink
Enable all CSM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Mar 7, 2024
1 parent aebf51c commit f02569d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/internal_ci/linux/psm-csm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ main() {
cd "${TEST_DRIVER_FULL_DIR}"
local failed_tests=0
test_suites=(
"gamma.gamma_baseline_test"
"gamma.affinity_test"
"gamma.affinity_session_drain_test"
# "gamma.gamma_baseline_test"
# "gamma.affinity_test"
# "gamma.csm_observability_test"
# "app_net_ssa_test"
"gamma.csm_observability_test"
"app_net_ssa_test"
)
for test in "${test_suites[@]}"; do
run_test $test || (( ++failed_tests ))
Expand Down

0 comments on commit f02569d

Please sign in to comment.