fix: skip heap profiling tests in CI (#51209)

This commit is contained in:
Niklas Wenzel
2026-04-21 20:26:14 +02:00
committed by GitHub
parent 76a03e1010
commit b8be33814e

View File

@@ -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();