Skip to content

Commit

Permalink
Merge pull request #4253 from tssurya/fix-ci-skip-parsing
Browse files Browse the repository at this point in the history
Unskip ETP=local+terminating endpoints
  • Loading branch information
trozet committed Apr 30, 2024
2 parents ff78f95 + b7d827a commit f8cadd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/scripts/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ if [ "$DUALSTACK_CONVERSION" == true ]; then
SKIPPED_TESTS=$SKIPPED_TESTS$DUALSTACK_CONVERSION_TESTS
fi

if [ "$OVN_GATEWAY_MODE" == "local" ]; then
SKIPPED_TESTS+="should fallback to local terminating endpoints when there are no ready endpoints with externalTrafficPolicy=Local"
fi

SKIPPED_TESTS="$(groomTestList "${SKIPPED_TESTS}")"

# if we set PARALLEL=true, skip serial test
Expand Down

0 comments on commit f8cadd0

Please sign in to comment.