mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
last one
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user