Skip to content

Commit be36e74

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

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

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

-2
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

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift-hack/e2e/annotate/rules.go

-2
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)