Skip to content

Commit adf0ccb

Browse files
author
Dave Bartolomeo
committed
Disable workspace trust for CLI integration tests
1 parent d27efb3 commit adf0ccb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const config = {
2424
"github.codespaces",
2525
"--disable-extension",
2626
"github.copilot",
27+
"--disable-workspace-trust", // Disable trust because we copy our workspace to a temp directory
2728
tmpDataDir,
2829
path.resolve(rootDir, "test/data-extensions"), // folder containing the extension packs and packs that are targeted by the extension pack
2930
// CLI integration tests requires a multi-root workspace so that the data and the QL sources are accessible.

0 commit comments

Comments
 (0)