From b048814bebaaa68b6b78a39f064da937815ea90f Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Thu, 21 Jan 2016 15:17:57 -0800 Subject: [PATCH] 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. --- test/e2e/service_accounts.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/service_accounts.go b/test/e2e/service_accounts.go index bc958345a89..0169e546440 100644 --- a/test/e2e/service_accounts.go +++ b/test/e2e/service_accounts.go @@ -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() {