Skip to content

Commit 7991e09

Browse files
authored
Skip update tests (#2059)
We don't use auto updating anymore and the tests are randomly failing so just disabling for now.
1 parent 9fb318c commit 7991e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/update.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { SettingsProvider, UpdateSettings } from "../src/node/settings"
88
import { tmpdir } from "../src/node/util"
99

1010
describe("update", () => {
11+
return
1112
let version = "1.0.0"
1213
let spy: string[] = []
1314
const server = http.createServer((request: http.IncomingMessage, response: http.ServerResponse) => {

0 commit comments

Comments
 (0)