mirror of https://github.com/kubernetes/kops.git
gce: Skip failing Cilium test
This commit is contained in:
parent
5ca58836a3
commit
b8594e4c21
|
@ -76,6 +76,10 @@ func (t *Tester) setSkipRegexFlag() error {
|
||||||
// https://github.com/cilium/cilium/issues/9207
|
// https://github.com/cilium/cilium/issues/9207
|
||||||
skipRegex += "|serve.endpoints.on.same.port.and.different.protocols"
|
skipRegex += "|serve.endpoints.on.same.port.and.different.protocols"
|
||||||
|
|
||||||
|
if cluster.Spec.LegacyCloudProvider == "gce" {
|
||||||
|
skipRegex += "|fallback.to.local.terminating.endpoints.when.there.are.no.ready.endpoints.with.externalTrafficPolicy.Local"
|
||||||
|
}
|
||||||
|
|
||||||
if isPre28 {
|
if isPre28 {
|
||||||
// These may be fixed in Cilium 1.13 but skipping for now
|
// These may be fixed in Cilium 1.13 but skipping for now
|
||||||
skipRegex += "|Service.with.multiple.ports.specified.in.multiple.EndpointSlices"
|
skipRegex += "|Service.with.multiple.ports.specified.in.multiple.EndpointSlices"
|
||||||
|
|
Loading…
Reference in New Issue