Use [Feature:ComprehensiveNamespaceDraining] instead of PIt

pull/6/head
Isaac Hollander McCreery 2016-02-01 10:40:23 -08:00
parent 174521ee1a
commit c929d81d52
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ var _ = Describe("Namespaces [Serial]", func() {
It("should delete fast enough (90 percent of 100 namespaces in 150 seconds)",
func() { extinguish(c, 100, 10, 150) })
//comprehensive draining ; uncomment after #7372
PIt("should always delete fast (ALL of 100 namespaces in 150 seconds)",
// On hold until etcd3; see #7372
It("should always delete fast (ALL of 100 namespaces in 150 seconds) [Feature:ComprehensiveNamespaceDraining]",
func() { extinguish(c, 100, 0, 150) })
})