mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 05:04:52 +00:00
Add flaky label [Flaky] to tests
This commit is contained in:
committed by
Isaac Hollander McCreery
parent
14d9a0f2c8
commit
8b255feeee
@@ -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
|
||||
|
Reference in New Issue
Block a user