Skip expected failure on cilium 1.11

This commit is contained in:
Ole Markus With 2022-03-29 16:45:10 +02:00
parent 3d77ab6139
commit 9d62968919
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ func (t *Tester) setSkipRegexFlag() error {
// https://github.com/cilium/cilium/issues/5719
skipRegex += "|should.create.a.Pod.with.SCTP.HostPort"
}
// https://github.com/cilium/cilium/issues/18241
skipRegex += "|Services.should.create.endpoints.for.unready.pods"
} else if networking.Kuberouter != nil {
skipRegex += "|load-balancer|hairpin|affinity\\stimeout|service\\.kubernetes\\.io|CLOSE_WAIT"
} else if networking.Kubenet != nil {