mirror of https://github.com/kubernetes/kops.git
Fix kube-router tests
This commit is contained in:
parent
88c07ddeb7
commit
64d1db1fda
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue