From 3d4cacfaed9a65d747a572ab76f8e6e746420262 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Tue, 7 Apr 2015 16:52:58 -0700 Subject: [PATCH] Mark monitoring e2e test as pending (skipped) until stable. --- test/e2e/monitoring.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/monitoring.go b/test/e2e/monitoring.go index aade9ccefb8..0d7cb376eca 100644 --- a/test/e2e/monitoring.go +++ b/test/e2e/monitoring.go @@ -30,7 +30,8 @@ import ( . "github.com/onsi/ginkgo" ) -var _ = Describe("Monitoring", func() { +// TODO: quinton: debug issue #6541 and then remove Pending flag here. +var _ = PDescribe("Monitoring", func() { var c *client.Client BeforeEach(func() {