Commit 63e8015e authored by Rohit Jnagal's avatar Rohit Jnagal

Merge pull request #6547 from quinton-hoole/2015-04-07-build-broken

Mark monitoring e2e test as pending (skipped) until stable.
parents 71e7079a 3d4cacfa
...@@ -30,7 +30,8 @@ import ( ...@@ -30,7 +30,8 @@ import (
. "github.com/onsi/ginkgo" . "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 var c *client.Client
BeforeEach(func() { BeforeEach(func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment