From cf809c37c4e2d80b14c774758a49564ad9599e67 Mon Sep 17 00:00:00 2001 From: Michael Taufen Date: Fri, 29 Jan 2021 16:18:23 -0800 Subject: [PATCH] Move ServiceAccountIssuerDiscovery test into main e2e suite By removing feature tag. In preparation for GA. --- test/e2e/auth/service_accounts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.