diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index d855185ddd..0530be5699 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