Move ServiceAccountIssuerDiscovery test into main e2e suite

By removing feature tag. In preparation for GA.
This commit is contained in:
Michael Taufen 2021-01-29 16:18:23 -08:00
parent c04058418f
commit cf809c37c4

View File

@ -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. // Allow the test pod access to the OIDC discovery non-resource URLs.
// The role should have already been automatically created as part of the // The role should have already been automatically created as part of the
// bootstrap policy, but not the role binding. // bootstrap policy, but not the role binding.