Skip to content

Commit

Permalink
Remove extra || in SKIP formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
  • Loading branch information
tssurya committed Apr 4, 2024
1 parent aaabb6f commit be161f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/scripts/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ if [ "$DUALSTACK_CONVERSION" == true ]; then
fi

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

Expand Down

0 comments on commit be161f7

Please sign in to comment.