From 1066802f9105385529aafeb5f30af0eb7e606cb4 Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Thu, 21 Sep 2023 22:05:29 +0800 Subject: [PATCH] Disable gpu for test --- test/runTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runTest.ts b/test/runTest.ts index 57f8b33f..ca9e8744 100644 --- a/test/runTest.ts +++ b/test/runTest.ts @@ -43,7 +43,7 @@ async function main() { vscodeExecutablePath, extensionDevelopmentPath, extensionTestsPath, - launchArgs: [testWorkspace], + launchArgs: ['--disable-gpu', testWorkspace], }); } catch (err) { console.error(err);