diff --git a/test/parallel/test-crypto-secure-heap.js b/test/parallel/test-crypto-secure-heap.js index 2a851019b5eb84..f6bdc3a2d8a05c 100644 --- a/test/parallel/test-crypto-secure-heap.js +++ b/test/parallel/test-crypto-secure-heap.js @@ -7,6 +7,9 @@ if (!common.hasCrypto) if (common.isWindows) common.skip('Not supported on Windows'); +if (process.config.variables.asan) + common.skip('ASAN does not play well with secure heap allocations'); + const assert = require('assert'); const { fork } = require('child_process'); const fixtures = require('../common/fixtures');