Add flaky label [Flaky] to tests

This commit is contained in:
Isaac Hollander McCreery
2015-12-20 11:13:38 -08:00
committed by Isaac Hollander McCreery
parent 14d9a0f2c8
commit 8b255feeee
10 changed files with 21 additions and 10 deletions

View File

@@ -91,7 +91,9 @@ var _ = Describe("Namespaces", func() {
//Confirms that namespace draining is functioning reasonably
//at minute intervals.
It("should delete fast enough (90 percent of 100 namespaces in 150 seconds)",
//
// Flaky issue #19026
It("should delete fast enough (90 percent of 100 namespaces in 150 seconds) [Flaky]",
func() { extinguish(c, 100, 10, 150) })
//comprehensive draining ; uncomment after #7372