test: re-enable app.getGPUInfo() specs on Linux (#41568)

test: re-enable getGPUInfo() specs on Linux
This commit is contained in:
Shelley Vohr 2024-03-12 17:39:29 +01:00 committed by GitHub
parent 2f133f5e28
commit 80f34ecd2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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