Skip to content

Commit

Permalink
Merge pull request #16149 from aauren/remove_consistently_failing_kub…
Browse files Browse the repository at this point in the history
…e-router_tests

kube-router: skip 1.28 tests that fail consistently
  • Loading branch information
k8s-ci-robot authored Dec 2, 2023
2 parents 1e0c26b + 1c16117 commit b06271d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/pkg/tester/skip_regex.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (t *Tester) setSkipRegexFlag() error {
} else if networking.KubeRouter != nil {
skipRegex += "|load-balancer|hairpin|affinity\\stimeout|service\\.kubernetes\\.io|CLOSE_WAIT"
skipRegex += "|EndpointSlice.should.support.a.Service.with.multiple"
skipRegex += "|internalTrafficPolicy|externallTrafficPolicy|only.terminating.endpoints"
} else if networking.Kubenet != nil {
skipRegex += "|Services.*affinity"
}
Expand Down

0 comments on commit b06271d

Please sign in to comment.