remove TODO in test/e2e/framework/skip.go

This commit is contained in:
tanjunchen 2020-01-15 13:44:48 +08:00
parent a25c6aa350
commit b4b1e8f7b6

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 {