Skip to content

Commit d92a75a

Browse files
committed
Disable gpu to try to fix macos ci
1 parent 8d1dfad commit d92a75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function main() {
3838
vscodeExecutablePath,
3939
extensionDevelopmentPath,
4040
extensionTestsPath,
41-
launchArgs: [testWorkspace],
41+
launchArgs: [testWorkspace, '--disable-gpu'],
4242
});
4343
} catch (err) {
4444
console.error(err);

0 commit comments

Comments
 (0)