mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
Move ServiceAccountIssuerDiscovery test into main e2e suite
By removing feature tag. In preparation for GA.
This commit is contained in:
parent
c04058418f
commit
cf809c37c4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user