From c929d81d524c1b6afded30d44a0f1d039bbfd0e3 Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Mon, 1 Feb 2016 10:40:23 -0800 Subject: [PATCH] Use [Feature:ComprehensiveNamespaceDraining] instead of PIt --- test/e2e/namespace.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/namespace.go b/test/e2e/namespace.go index 49e8b2375fa..bf8cf87b831 100644 --- a/test/e2e/namespace.go +++ b/test/e2e/namespace.go @@ -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) }) })