Skip to content

Commit

Permalink
Merge pull request kubernetes#111770 from cici37/testForCelBeta
Browse files Browse the repository at this point in the history
[test] Remove feature to enable e2e tests
  • Loading branch information
k8s-ci-robot committed Aug 9, 2022
2 parents 3e396db + 00ca624 commit d1a9a77
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][Feature:CustomResourceValidationExpressions]", func() {
var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin]", func() {
f := framework.NewDefaultFramework("crd-validation-expressions")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged

Expand Down

0 comments on commit d1a9a77

Please sign in to comment.