From e3a94769fbb8712bb10cdaa941fa0e8a7fd0f2be Mon Sep 17 00:00:00 2001 From: gnikit Date: Sun, 10 Dec 2023 13:47:56 +0000 Subject: [PATCH] maint: disable UI tests temporarily --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b29d098..f14c1fba 100644 --- a/package.json +++ b/package.json @@ -731,7 +731,7 @@ "watch-dev": "webpack --mode development --watch --progress", "webpack": "webpack --mode production", "pretest": "npm run compile-dev && tsc -p tsconfig.test.json", - "test": "npm run test:unit && npm run test:integration && npm run test:ui", + "test": "npm run test:unit && npm run test:integration", "test:ui": "extest setup-and-run -i out/test/ui/*.js -m test/ui/.mocharc.js -s .vscode-test/ui -e .vscode-test/ui/extensions", "test:unit": "node ./out/test/unitTest/runTest.js", "test:integration": "node ./out/test/integration/runTest.js",