Skip to content

Commit b44e60a

Browse files
committed
Skip update tests
We don't use auto updating anymore and I'm pretty sure they are failing as we don't publish duplicate releases without the v prefix now. cc @code-asher
1 parent 9fb318c commit b44e60a

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)