Skip to content

Commit e4a2760

Browse files
committed
Run integration tests on 1.77.3
This avoids a bug on 1.78.0 on linux. See #2402
1 parent 3a5a81a commit e4a2760

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extensions/ql-vscode/test/vscode-tests/jest-runner-vscode.config.base.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ const rootDir = path.resolve(__dirname, "../..");
77

88
/** @type import("jest-runner-vscode").RunnerOptions */
99
const config = {
10-
version: "stable",
10+
// Temporary until https://github.com/github/vscode-codeql/issues/2402 is fixed
11+
// version: "stable",
12+
version: "1.77.3",
1113
launchArgs: [
1214
"--disable-gpu",
1315
"--extensions-dir=" + path.join(rootDir, ".vscode-test", "extensions"),

0 commit comments

Comments
 (0)