From 80f34ecd2cca9b1ae1f31d6ce1b9d20afef4cc91 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 12 Mar 2024 17:39:29 +0100 Subject: [PATCH] test: re-enable `app.getGPUInfo()` specs on Linux (#41568) test: re-enable getGPUInfo() specs on Linux --- spec/api-app-spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/api-app-spec.ts b/spec/api-app-spec.ts index 5194dced3c02..30531b8745a5 100644 --- a/spec/api-app-spec.ts +++ b/spec/api-app-spec.ts @@ -1446,8 +1446,7 @@ describe('app module', () => { }); }); - // FIXME https://github.com/electron/electron/issues/24224 - ifdescribe(process.platform !== 'linux')('getGPUInfo() API', () => { + ifdescribe(!process.env.IS_ASAN)('getGPUInfo() API', () => { const appPath = path.join(fixturesPath, 'api', 'gpu-info.js'); const getGPUInfo = async (type: string) => {