mirror of https://github.com/kubernetes/kops.git
testing: Skip broken test that depends on expired credential
This commit is contained in:
parent
ba29e4b272
commit
04e6c19435
|
@ -50,6 +50,10 @@ func (t *Tester) setSkipRegexFlag() error {
|
||||||
|
|
||||||
skipRegex := skipRegexBase
|
skipRegex := skipRegexBase
|
||||||
|
|
||||||
|
//.Skip.broken.test,.see.https://github.com/kubernetes/kubernetes/pull/133262
|
||||||
|
skipRegex += "|blackbox.*should.not.be.able.to.pull.image.from.invalid.registry"
|
||||||
|
skipRegex += "|blackbox.*should.be.able.to.pull.from.private.registry.with.secret"
|
||||||
|
|
||||||
if !isPre28 {
|
if !isPre28 {
|
||||||
// K8s 1.28 promoted ProxyTerminatingEndpoints to GA, but it has limited CNI support
|
// K8s 1.28 promoted ProxyTerminatingEndpoints to GA, but it has limited CNI support
|
||||||
// https://github.com/kubernetes/kubernetes/pull/117718
|
// https://github.com/kubernetes/kubernetes/pull/117718
|
||||||
|
|
Loading…
Reference in New Issue