Browse Source

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

* syncthing/pr/2117:
  Disable testing upgrade endpoint because it fails when disconnected
Jakob Borg 10 years ago
parent
commit
0ee123375d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/http_test.go

+ 0 - 1
test/http_test.go

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