Skip to content

Commit 8524e0d

Browse files
committed
squash! test: skip tests for openssl-3.0.0-alpha-15
1 parent 865f5df commit 8524e0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/benchmark/test-benchmark-crypto.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ if (!common.hasCrypto)
88
if (common.hasFipsCrypto)
99
common.skip('some benchmarks are FIPS-incompatible');
1010

11+
if (common.hasOpenSSL3) {
12+
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
13+
}
14+
1115
const runBenchmark = require('../common/benchmark');
1216

1317
runBenchmark('crypto', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 commit comments

Comments
 (0)