test: re-enable app.getGPUInfo()
specs on Linux (#41568)
test: re-enable getGPUInfo() specs on Linux
This commit is contained in:
parent
2f133f5e28
commit
80f34ecd2c
1 changed files with 1 additions and 2 deletions
|
@ -1446,8 +1446,7 @@ describe('app module', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// FIXME https://github.com/electron/electron/issues/24224
|
ifdescribe(!process.env.IS_ASAN)('getGPUInfo() API', () => {
|
||||||
ifdescribe(process.platform !== 'linux')('getGPUInfo() API', () => {
|
|
||||||
const appPath = path.join(fixturesPath, 'api', 'gpu-info.js');
|
const appPath = path.join(fixturesPath, 'api', 'gpu-info.js');
|
||||||
|
|
||||||
const getGPUInfo = async (type: string) => {
|
const getGPUInfo = async (type: string) => {
|
||||||
|
|
Loading…
Reference in a new issue