mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
Fix dynamic discovery error in e2e
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user