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) => {