This commit is contained in:
Meghan Denny
2025-10-31 09:49:17 +01:00
parent f7c1f61092
commit ec67c571c1

View File

@@ -21,7 +21,8 @@
'use strict';
const common = require('../common');
if (common.isLinux) return; // TODO: BUN
if (common.isLinux) return; // TODO: BUN hang in release
if (common.isMacOS) return; // TODO: BUN flaky crash
if (!common.hasCrypto)
common.skip('missing crypto');