mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
fix: skip heap profiling tests in CI (#51209)
This commit is contained in:
@@ -169,7 +169,7 @@ ifdescribe(!['arm', 'arm64'].includes(process.arch) || process.platform !== 'lin
|
||||
});
|
||||
});
|
||||
|
||||
describe('enableHeapProfiling', () => {
|
||||
describe.skip('enableHeapProfiling', () => {
|
||||
const checkForHeapDumps = async (options?: EnableHeapProfilingOptions | false) => {
|
||||
const rc = await startRemoteControlApp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user