mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #20425 from ihmccreery/namespace-experimental
Use [Feature:ComprehensiveNamespaceDraining] instead of `PIt`
This commit is contained in:
commit
f932f3aea2
@ -120,7 +120,7 @@ var _ = Describe("Namespaces [Serial]", func() {
|
|||||||
It("should delete fast enough (90 percent of 100 namespaces in 150 seconds)",
|
It("should delete fast enough (90 percent of 100 namespaces in 150 seconds)",
|
||||||
func() { extinguish(c, 100, 10, 150) })
|
func() { extinguish(c, 100, 10, 150) })
|
||||||
|
|
||||||
//comprehensive draining ; uncomment after #7372
|
// On hold until etcd3; see #7372
|
||||||
PIt("should always delete fast (ALL of 100 namespaces in 150 seconds)",
|
It("should always delete fast (ALL of 100 namespaces in 150 seconds) [Feature:ComprehensiveNamespaceDraining]",
|
||||||
func() { extinguish(c, 100, 0, 150) })
|
func() { extinguish(c, 100, 0, 150) })
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user