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
`\[sig-cli\] Kubectl client Kubectl prune with applyset should apply and prune objects`, // Alpha feature since k8s 1.27
23
+
// 4.19
24
+
`\[Feature:PodLevelResources\]`,
25
+
`\[Feature:SchedulerAsyncPreemption\]`,
26
+
`\[Feature:RelaxedDNSSearchValidation\]`,
27
+
`\[Feature:PodLogsQuerySplitStreams\]`,
28
+
`\[Feature:PodLifecycleSleepActionAllowZero\]`,
29
+
`\[Feature:volumegroupsnapshot\]`,
25
30
},
26
31
// tests for features that are not implemented in openshift
27
32
"[Disabled:Unimplemented]": {
@@ -158,11 +163,32 @@ var (
158
163
"[Disabled:RebaseInProgress]": {
159
164
// https://issues.redhat.com/browse/OCPBUGS-7297
160
165
`DNS HostNetwork should resolve DNS of partial qualified names for services on hostNetwork pods with dnsPolicy`,
161
-
`\[sig-network\] Connectivity Pod Lifecycle should be able to connect to other Pod from a terminating Pod`, // TODO(network): simple test in k8s 1.27, needs investigation
162
-
`\[sig-cli\] Kubectl client Kubectl prune with applyset should apply and prune objects`, // TODO(workloads): alpha feature in k8s 1.27. It's failing with `error: unknown flag: --applyset`. Needs investigation
166
+
167
+
// https://issues.redhat.com/browse/OCPBUGS-45275
168
+
`\[sig-network\] Connectivity Pod Lifecycle should be able to connect to other Pod from a terminating Pod`,
163
169
164
170
// https://issues.redhat.com/browse/OCPBUGS-17194
165
171
`\[sig-node\] ImageCredentialProvider \[Feature:KubeletCredentialProviders\] should be able to create pod with image credentials fetched from external credential provider`,
172
+
173
+
// https://issues.redhat.com/browse/OCPBUGS-45214
174
+
// 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
175
+
`\[Feature:volumegroupsnapshot\] VolumeGroupSnapshottable should create snapshots for multiple volumes in a pod`,
176
+
177
+
// https://issues.redhat.com/browse/OCPBUGS-45220
178
+
// `\[sig-api-machinery\] API Streaming`,
179
+
180
+
// https://issues.redhat.com/browse/OCPBUGS-45273
181
+
`\[sig-network\] Services should implement NodePort and HealthCheckNodePort correctly when ExternalTrafficPolicy changes`,
182
+
183
+
// https://issues.redhat.com/browse/OCPBUGS-45273
184
+
`\[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