Merge pull request #98587 from mtaufen/said-test

Move ServiceAccountIssuerDiscovery test into main e2e suite
This commit is contained in:
Kubernetes Prow Robot
2021-01-30 04:03:48 -08:00
committed by GitHub

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.
// The role should have already been automatically created as part of the
// bootstrap policy, but not the role binding.