Bump skip.regex for failing tests to 1.34

This commit is contained in:
Ciprian Hacman 2025-04-25 17:36:51 +03:00
parent 377dc8d2f5
commit ec0f8c9c4e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ func (t *Tester) setSkipRegexFlag() error {
// https://github.com/kubernetes/kubernetes/blob/418ae605ec1b788d43bff7ac44af66d8b669b833/test/e2e/network/networking.go#L135
skipRegex += "|should.check.kube-proxy.urls"
if k8sVersion.Minor < 33 {
if k8sVersion.Minor < 34 {
// This seems to be specific to the kube-proxy replacement
// < 33 so we look at this again
skipRegex += "|Services.should.support.externalTrafficPolicy.Local.for.type.NodePort"