mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
test: re-enable app.getGPUInfo() specs on Linux (#41568)
test: re-enable getGPUInfo() specs on Linux
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user