Merge pull request #51998 from liggitt/discovery-error

Automatic merge from submit-queue

Fix dynamic discovery error in e2e

Actually fixes #51910 (I blame the reviewer of #51915, definitely not the author)
The helper function never identified dynamic discovery errors
pull/6/head
Kubernetes Submit Queue 2017-09-05 22:37:14 -07:00 committed by GitHub
commit 150a560eed
1 changed files with 1 additions and 1 deletions

View File

@ -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