Skip update tests (#2059)

We don't use auto updating anymore and the tests are randomly failing
so just disabling for now.
This commit is contained in:
Anmol Sethi 2020-09-04 06:30:15 -04:00 committed by GitHub
parent 9fb318cf15
commit 7991e09bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ import { SettingsProvider, UpdateSettings } from "../src/node/settings"
import { tmpdir } from "../src/node/util"
describe("update", () => {
return
let version = "1.0.0"
let spy: string[] = []
const server = http.createServer((request: http.IncomingMessage, response: http.ServerResponse) => {