diff --git a/tests/e2e/pkg/tester/skip_regex.go b/tests/e2e/pkg/tester/skip_regex.go index 8dd7d9e680..34301b2316 100644 --- a/tests/e2e/pkg/tester/skip_regex.go +++ b/tests/e2e/pkg/tester/skip_regex.go @@ -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" }