Skip to content

Commit

Permalink
squash! test: skip tests for openssl-3.0.0-alpha-15
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Apr 28, 2021
1 parent 865f5df commit 8524e0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/benchmark/test-benchmark-crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ if (!common.hasCrypto)
if (common.hasFipsCrypto)
common.skip('some benchmarks are FIPS-incompatible');

if (common.hasOpenSSL3) {
common.skip('temporarily skipping for OpenSSL 3.0-alpha15');
}

const runBenchmark = require('../common/benchmark');

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

0 comments on commit 8524e0d

Please sign in to comment.