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

Mark monitoring e2e test as pending (skipped) until stable.
This commit is contained in:
Rohit Jnagal 2015-04-07 17:09:55 -07:00
commit 63e8015edd

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