Do not skip NodePort tests for Calico

This commit is contained in:
Ciprian Hacman 2021-12-14 09:07:58 +02:00
parent e9124bd12f
commit 8a6ac67739
1 changed files with 0 additions and 2 deletions

View File

@ -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 {