Merge remote-tracking branch 'syncthing/pr/2117'

* syncthing/pr/2117:
  Disable testing upgrade endpoint because it fails when disconnected
This commit is contained in:
Jakob Borg 2015-08-18 09:15:00 +02:00
commit 0ee123375d
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ var jsonEndpoints = []string{
"/rest/system/error",
"/rest/system/ping",
"/rest/system/status",
"/rest/system/upgrade",
"/rest/system/version",
}