From 0bb7019b3a9f2d8b524c21f644b972cfe5757bdb Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Wed, 10 Feb 2016 13:20:04 -0800 Subject: [PATCH] Promote Monitoring e2e out of [Flaky] --- test/e2e/monitoring.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/monitoring.go b/test/e2e/monitoring.go index 5d0e2457816..8f44604a872 100644 --- a/test/e2e/monitoring.go +++ b/test/e2e/monitoring.go @@ -31,8 +31,7 @@ import ( . "github.com/onsi/ginkgo" ) -// TODO: quinton: debug issue #6541 and then remove Pending flag here. -var _ = Describe("[Flaky] Monitoring", func() { +var _ = Describe("Monitoring", func() { f := NewFramework("monitoring") BeforeEach(func() {