Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01cfd65

Browse files
committed
Disable GPU for great profit
1 parent 75b3cf7 commit 01cfd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function main() {
1313
const extensionTestsPath = path.resolve(__dirname, './suite/index');
1414

1515
// Download VS Code, unzip it and run the integration test
16-
await runTests({ extensionDevelopmentPath, extensionTestsPath });
16+
await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs: ['--disable-gpu'] });
1717
} catch (err) {
1818
console.error('Failed to run tests');
1919
process.exit(1);

0 commit comments

Comments
 (0)