Mark monitoring e2e test as pending (skipped) until stable.

pull/6/head
Quinton Hoole 2015-04-07 16:52:58 -07:00
parent c50355e34f
commit 3d4cacfaed
1 changed files with 2 additions and 1 deletions

View File

@ -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() {