mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Promote ServiceAccount e2e out of [Flaky] status
Was marked as flaky prior to #11291, 6 months ago. Code has changed many times. No flakes in last 28 runs, and no Jenkins history before that. Follow up in #19024 if you see a flake.
This commit is contained in:
parent
810544633e
commit
b048814beb
@ -30,8 +30,7 @@ import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
)
|
||||
|
||||
// Flaky issue #19024
|
||||
var _ = Describe("ServiceAccounts [Flaky]", func() {
|
||||
var _ = Describe("ServiceAccounts", func() {
|
||||
f := NewFramework("svcaccounts")
|
||||
|
||||
It("should mount an API token into pods [Conformance]", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user