Mark monitoring e2e tests as flaky until the new Heapster release

This commit is contained in:
Marcin Wielgus 2015-12-29 12:14:37 +01:00
parent 9a1d16f47d
commit c9036f00d1

View File

@ -30,7 +30,7 @@ import (
) )
// TODO: quinton: debug issue #6541 and then remove Pending flag here. // TODO: quinton: debug issue #6541 and then remove Pending flag here.
var _ = Describe("Monitoring", func() { var _ = Describe("[Flaky] Monitoring", func() {
var c *client.Client var c *client.Client
BeforeEach(func() { BeforeEach(func() {