mirror of https://github.com/kubernetes/kops.git
Skip expected failure on cilium 1.11
This commit is contained in:
parent
3d77ab6139
commit
9d62968919
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue