diff --git a/test/e2e/auth/service_accounts.go b/test/e2e/auth/service_accounts.go index a3915ef0945..0bcad68712d 100644 --- a/test/e2e/auth/service_accounts.go +++ b/test/e2e/auth/service_accounts.go @@ -673,7 +673,7 @@ var _ = SIGDescribe("ServiceAccounts", func() { } }) - ginkgo.It("should support OIDC discovery of service account issuer [Feature:ServiceAccountIssuerDiscovery]", func() { + ginkgo.It("ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer", func() { // Allow the test pod access to the OIDC discovery non-resource URLs. // The role should have already been automatically created as part of the // bootstrap policy, but not the role binding.