Skip to content

Commit 7ef18c2

Browse files
committed
UPSTREAM: <carry>: test: skip private registry test
as it requires CRI-O be setup to allow insecure registries Signed-off-by: Peter Hunt <pehunt@redhat.com>
1 parent ac14da2 commit 7ef18c2

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

openshift-hack/cmd/k8s-tests-ext/disabled_tests.go

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
6161
// which are done by a script upstream. In OCP, we added a separate driver csi-hostpath-groupsnapshot,
6262
// that will not be skipped by any rule here.
6363
"[Driver: csi-hostpath] [Testpattern: (delete policy)] volumegroupsnapshottable [Feature:volumegroupsnapshot]",
64+
65+
// https://issues.redhat.com/browse/OCPBUGS-77243
66+
// Requires CRI-O be configured to accept insecure registries, which is not done OOTB and not typically recommended (though is possible to do).
67+
"[sig-node] Container Runtime blackbox test when running a container with a new image [Serial] should be able to pull from private registry with secret [NodeConformance]",
6468
},
6569
// tests that are known broken and need to be fixed upstream or in openshift
6670
// always add an issue here
@@ -135,9 +139,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
135139
"[sig-network] Networking should provide Internet connection for containers [Feature:Networking-IPv6]",
136140
"[sig-network] Networking should provider Internet connection for containers using DNS",
137141

138-
// https://bugzilla.redhat.com/show_bug.cgi?id=1957894
139-
"[sig-node] Container Runtime blackbox test when running a container with a new image should be able to pull from private registry with secret",
140-
141142
// https://bugzilla.redhat.com/show_bug.cgi?id=1952457
142143
"[sig-node] crictl should be able to run crictl on the node",
143144

@@ -172,9 +173,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
172173

173174
// https://issues.redhat.com/browse/OCPBUGS-61378
174175
"[sig-network] Conntrack should be able to cleanup conntrack entries when UDP service target port changes for a NodePort service",
175-
176-
// https://issues.redhat.com/browse/OCPBUGS-77243
177-
"[sig-node] Container Runtime blackbox test when running a container with a new image [Serial] should be able to pull from private registry with secret [NodeConformance]",
178176
},
179177
// tests that may work, but we don't support them
180178
"Unsupported": {

0 commit comments

Comments
 (0)