From b0f11c07b335c949fa28396efd7d64988358580f Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Thu, 29 Jan 2026 08:41:31 -0500 Subject: [PATCH] Remove featuregate StoragePerformantSecurityPolicy --- test/e2e/storage_performant_policy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage_performant_policy.go b/test/e2e/storage_performant_policy.go index da50f140f..3916206d7 100644 --- a/test/e2e/storage_performant_policy.go +++ b/test/e2e/storage_performant_policy.go @@ -41,7 +41,7 @@ func newClientConfigForTest() (*rest.Config, error) { return config, err } -var _ = g.Describe("[sig-storage][OCPFeatureGate:StoragePerformantSecurityPolicy] Storage Performant Policy", g.Label("Conformance"), g.Label("Parallel"), func() { +var _ = g.Describe("[sig-storage] Storage Performant Policy", g.Label("Conformance"), g.Label("Parallel"), func() { var kubeClient *kubernetes.Clientset g.BeforeEach(func() {