Skip to content

Commit 52cdb64

Browse files
committed
UPSTREAM: <carry>: openshift-hack: enable userns e2e tests
Signed-off-by: Peter Hunt <[email protected]>
1 parent 633fd3c commit 52cdb64

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
1515
"[Feature:ClusterTrustBundle]",
1616
"[Feature:SELinuxMount]",
1717
"[FeatureGate:SELinuxMount]",
18-
"[Feature:UserNamespacesPodSecurityStandards]",
19-
"[Feature:UserNamespacesSupport]", // disabled Beta
2018
"[Feature:DynamicResourceAllocation]",
2119
"[Feature:VolumeAttributesClass]", // disabled Beta
2220
"[sig-cli] Kubectl client Kubectl prune with applyset should apply and prune objects", // Alpha feature since k8s 1.27

openshift-hack/e2e/annotate/generated/zz_generated.annotations.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift-hack/e2e/annotate/rules.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ var (
1515
`\[Feature:ClusterTrustBundle\]`,
1616
`\[Feature:SELinuxMount\]`,
1717
`\[FeatureGate:SELinuxMount\]`,
18-
`\[Feature:UserNamespacesPodSecurityStandards\]`,
19-
`\[Feature:UserNamespacesSupport\]`, // disabled Beta
2018
`\[Feature:DynamicResourceAllocation\]`,
2119
`\[Feature:VolumeAttributesClass\]`, // disabled Beta
2220
`\[sig-cli\] Kubectl client Kubectl prune with applyset should apply and prune objects`, // Alpha feature since k8s 1.27

0 commit comments

Comments
 (0)