mirror of https://github.com/k3s-io/k3s
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 errorspull/6/head
commit
150a560eed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue