mirror of https://github.com/kubernetes/kops.git
Do not skip NodePort tests for Calico
This commit is contained in:
parent
e9124bd12f
commit
8a6ac67739
|
@ -58,8 +58,6 @@ func (t *Tester) setSkipRegexFlag() error {
|
|||
// https://github.com/cilium/cilium/issues/5719
|
||||
skipRegex += "|should.create.a.Pod.with.SCTP.HostPort"
|
||||
}
|
||||
} else if networking.Calico != nil {
|
||||
skipRegex += "|Services.*functioning.*NodePort"
|
||||
} 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