Merge pull request #87230 from tanjunchen/remove-TODO-skip.go

remove TODO in test/e2e/framework/skip.go
This commit is contained in:
Kubernetes Prow Robot 2020-01-15 08:25:56 -08:00 committed by GitHub
commit fbfbd10c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,10 +163,7 @@ func SkipUnlessSSHKeyPresent() {
}
}
// serverVersionGTE returns true if v is greater than or equal to the server
// version.
//
// TODO(18726): This should be incorporated into client.VersionInterface.
// serverVersionGTE returns true if v is greater than or equal to the server version.
func serverVersionGTE(v *utilversion.Version, c discovery.ServerVersionInterface) (bool, error) {
serverVersion, err := c.ServerVersion()
if err != nil {