mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
temp: disable vscode test
This commit is contained in:
parent
d00ab199f4
commit
4deb15673b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import * as integration from "../../../utils/integration"
|
|||
|
||||
// TODO@jsjoeio - move these to integration tests since they rely on Code
|
||||
// to be built
|
||||
describe("vscode", () => {
|
||||
describe.skip("vscode", () => {
|
||||
let codeServer: httpserver.HttpServer | undefined
|
||||
|
||||
const testName = "vscode"
|
||||
|
|
|
|||
Loading…
Reference in a new issue