Merge pull request #19962 from erictune/service-account-try-not-flaky
Promote ServiceAccount e2e out of [Flaky] status
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user