Skip to content

Commit

Permalink
Revert runTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Jan 24, 2024
1 parent 05d4660 commit 617633c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions client/src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ async function main() {
const launchArgs = [path.resolve(__dirname, '../../testFixture'), "--disable-extensions", "--user-data-dir=" + userDataDir];

// Download VS Code, unzip it and run the integration test
const vscodeExecutablePath = await downloadAndUnzipVSCode('1.84.0');
await runTests({ vscodeExecutablePath, extensionDevelopmentPath, extensionTestsPath, launchArgs });
//const vscodeExecutablePath = await downloadAndUnzipVSCode('1.84.0');
await runTests({
// vscodeExecutablePath,
extensionDevelopmentPath,
extensionTestsPath,
launchArgs });
} catch (err) {
console.error('Failed to run tests');
process.exit(1);
Expand Down

0 comments on commit 617633c

Please sign in to comment.