File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
test/extended/imagepolicy Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ var _ = g.Describe("[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerification][
150150 })
151151})
152152
153- var _ = g .Describe ("[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerificationPKI][Serial]" , g .Ordered , func () {
153+ var _ = g .Describe ("[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] " , g .Ordered , func () {
154154 defer g .GinkgoRecover ()
155155 var (
156156 oc = exutil .NewCLIWithoutNamespace ("cluster-image-policy" )
@@ -167,10 +167,6 @@ var _ = g.Describe("[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerificationPK
167167 if ! exutil .IsTechPreviewNoUpgrade (tctx , oc .AdminConfigClient ()) {
168168 g .Skip ("skipping, this feature is only supported on TechPreviewNoUpgrade clusters" )
169169 }
170- // skip test on disconnected clusters.
171- if isDisconnectedCluster (oc ) {
172- g .Skip ("skipping test on disconnected platform" )
173- }
174170 })
175171
176172 g .DescribeTable ("clusterimagepolicy signature validation tests" ,
You can’t perform that action at this time.
0 commit comments