You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// tests for features that are not implemented in openshift
27
31
"[Disabled:Unimplemented]": {
@@ -163,6 +167,22 @@ var (
163
167
164
168
// https://issues.redhat.com/browse/OCPBUGS-17194
165
169
`\[sig-node\] ImageCredentialProvider \[Feature:KubeletCredentialProviders\] should be able to create pod with image credentials fetched from external credential provider`,
170
+
171
+
// https://issues.redhat.com/browse/OCPBUGS-45214
172
+
// Even though this feature is not GA in k/k, it will be GA in OCP 4.19, so we should fix it and unskip this test
173
+
`\[Feature:volumegroupsnapshot\] VolumeGroupSnapshottable should create snapshots for multiple volumes in a pod`,
174
+
175
+
// https://issues.redhat.com/browse/OCPBUGS-45220
176
+
// `\[sig-api-machinery\] API Streaming`,
177
+
178
+
// https://issues.redhat.com/browse/OCPBUGS-45273
179
+
`\[sig-network\] Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes`,
180
+
181
+
// https://issues.redhat.com/browse/OCPBUGS-45273
182
+
`\[sig-cli\] Kubectl Port forwarding Shutdown client connection while the remote stream is writing data to the port-forward connection port-forward should keep working after detect broken connection`,
0 commit comments