From f61ac93a0dcdad2d736404921f50bb9025e282c7 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Tue, 5 Sep 2017 23:01:54 -0400 Subject: [PATCH] Fix dynamic discovery error in e2e --- test/e2e/framework/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index d855185ddde..0530be56994 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -1151,7 +1151,7 @@ func isDynamicDiscoveryError(err error) bool { return false } } - return false + return true } // hasRemainingContent checks if there is remaining content in the namespace via API discovery