mirror of https://github.com/kubernetes/kops.git
Merge pull request #17172 from hakman/skip-cilium-test
Skip test `Services should implement NodePort and HealthCheckNodePort…
This commit is contained in:
commit
84948bb6c2
|
|
@ -83,12 +83,9 @@ func (t *Tester) setSkipRegexFlag() error {
|
||||||
// This seems to be specific to the kube-proxy replacement
|
// This seems to be specific to the kube-proxy replacement
|
||||||
// < 33 so we look at this again
|
// < 33 so we look at this again
|
||||||
skipRegex += "|Services.should.support.externalTrafficPolicy.Local.for.type.NodePort"
|
skipRegex += "|Services.should.support.externalTrafficPolicy.Local.for.type.NodePort"
|
||||||
|
// https://github.com/kubernetes/kubernetes/issues/129221
|
||||||
if cluster.Spec.LegacyCloudProvider == "gce" {
|
// < 33 so we look at this again
|
||||||
// https://github.com/kubernetes/kubernetes/issues/129221
|
skipRegex += "|Services.should.implement.NodePort.and.HealthCheckNodePort.correctly.when.ExternalTrafficPolicy.changes"
|
||||||
// < 33 so we look at this again
|
|
||||||
skipRegex += "|Services.should.implement.NodePort.and.HealthCheckNodePort.correctly.when.ExternalTrafficPolicy.changes"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if isPre28 {
|
if isPre28 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue