Merge pull request #13842 from olemarkus/cilium-skip-test

Skip known failing cilium e2e test
This commit is contained in:
Kubernetes Prow Robot 2022-06-19 10:40:03 -07:00 committed by GitHub
commit 8d0e065e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ func (t *Tester) setSkipRegexFlag() error {
}
// https://github.com/cilium/cilium/issues/18241
skipRegex += "|Services.should.create.endpoints.for.unready.pods"
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"
} else if networking.Kubenet != nil {