mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Merge pull request #19962 from erictune/service-account-try-not-flaky
Promote ServiceAccount e2e out of [Flaky] status
This commit is contained in:
commit
a99e151b90
@ -30,8 +30,7 @@ import (
|
|||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Flaky issue #19024
|
var _ = Describe("ServiceAccounts", func() {
|
||||||
var _ = Describe("ServiceAccounts [Flaky]", func() {
|
|
||||||
f := NewFramework("svcaccounts")
|
f := NewFramework("svcaccounts")
|
||||||
|
|
||||||
It("should mount an API token into pods [Conformance]", func() {
|
It("should mount an API token into pods [Conformance]", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user