Skip to content

Commit 13211d8

Browse files
committed
Shorten long directory names
1 parent d52c1ca commit 13211d8

File tree

5 files changed

+47
-42
lines changed

5 files changed

+47
-42
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
1111
"Alpha": { // alpha features that are not gated
1212
"[Feature:StorageVersionAPI]",
1313
"[Feature:ClusterTrustBundle]",
14-
"[Feature:SELinuxMount]",
1514
"[FeatureGate:SELinuxMount]",
1615
"[Feature:UserNamespacesPodSecurityStandards]",
1716
"[Feature:DynamicResourceAllocation]",
@@ -173,10 +172,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
173172
// https://issues.redhat.com/browse/OCPBUGS-17194
174173
"[sig-node] ImageCredentialProvider [Feature:KubeletCredentialProviders] should be able to create pod with image credentials fetched from external credential provider",
175174

176-
// jsafrane had a PR to fix this, but it got reverted. Needs rework
177-
// https://redhat-internal.slack.com/archives/C08KA82J2JF/p1743190159388209
178-
"SELinuxMount",
179-
180175
// Jan will look into this
181176
// https://redhat-internal.slack.com/archives/C08KA82J2JF/p1743612984702079
182177
"[Feature:SchedulerAsyncPreemption]",

0 commit comments

Comments
 (0)