Skip to content

Commit 3da0034

Browse files
committed
Do not run integration tests in parallel
This results in parallel downloads of VSCode, which is not supported.
1 parent a0ab34b commit 3da0034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@
12721272
"test": "npm-run-all -p test:*",
12731273
"test:unit": "jest --projects test",
12741274
"test:view": "jest --projects src/view",
1275-
"integration": "npm-run-all -p integration:*",
1275+
"integration": "npm-run-all integration:*",
12761276
"integration:no-workspace": "jest --projects out/vscode-tests/no-workspace",
12771277
"integration:minimal-workspace": "node ./out/vscode-tests/run-integration-tests.js minimal-workspace",
12781278
"cli-integration": "node ./out/vscode-tests/run-integration-tests.js cli-integration",

0 commit comments

Comments
 (0)