Fix kube-router tests

This commit is contained in:
Ciprian Hacman 2023-05-20 09:49:11 +03:00
parent 88c07ddeb7
commit 64d1db1fda
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ func (t *Tester) setSkipRegexFlag() error {
skipRegex += "|Services.should.be.able.to.connect.to.terminating.and.unready.endpoints.if.PublishNotReadyAddresses.is.true"
} else if networking.KubeRouter != nil {
skipRegex += "|load-balancer|hairpin|affinity\\stimeout|service\\.kubernetes\\.io|CLOSE_WAIT"
skipRegex += "|EndpointSlice.should.support.a.Service.with.multiple"
} else if networking.Kubenet != nil {
skipRegex += "|Services.*affinity"
}