mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
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:
parent
9fb318cf15
commit
7991e09bbc
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue