Skip to content

Commit

Permalink
Merge pull request kubernetes#111448 from cici37/testForCelBeta
Browse files Browse the repository at this point in the history
Move e2e test from alpha with feature promoted to beta
  • Loading branch information
k8s-ci-robot committed Aug 2, 2022
2 parents 8f3b281 + 175bb5e commit 236fd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/apimachinery/crd_validation_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
admissionapi "k8s.io/pod-security-admission/api"
)

var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin][Alpha][Feature:CustomResourceValidationExpressions]", func() {
var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin][Feature:CustomResourceValidationExpressions]", func() {
f := framework.NewDefaultFramework("crd-validation-expressions")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged

Expand Down

0 comments on commit 236fd8e

Please sign in to comment.