From a4f9ded0031fedc0ba3ef59f3d259f8ccc41557d Mon Sep 17 00:00:00 2001 From: Rohit Jnagal Date: Mon, 13 Apr 2015 18:36:12 +0000 Subject: [PATCH] Add monitoring e2e back. The last bugfix in #6710 fixed the real problem. --- test/e2e/monitoring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/monitoring.go b/test/e2e/monitoring.go index bd007796fbe..67e733a7cf6 100644 --- a/test/e2e/monitoring.go +++ b/test/e2e/monitoring.go @@ -32,7 +32,7 @@ import ( ) // TODO: quinton: debug issue #6541 and then remove Pending flag here. -var _ = PDescribe("Monitoring", func() { +var _ = Describe("Monitoring", func() { var c *client.Client BeforeEach(func() {