From: Jérémy Lal Date: Wed, 11 May 2022 09:02:01 +0000 (+0100) Subject: skip part of test-crypto-engine to avoid rebuilding For now, only tests not requiring... X-Git-Tag: archive/raspbian/18.12.1+dfsg-2+rpi1~1^2^2^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6349205e8349ecf96b84160e91637570dfa6eb5b;p=nodejs.git skip part of test-crypto-engine to avoid rebuilding For now, only tests not requiring built artifacts are run Forwarded: not-needed Last-Update: 2022-05-02 Gbp-Pq: Topic build Gbp-Pq: Name skip-crypto-engine-check.patch --- diff --git a/test/parallel/test-crypto-engine.js b/test/parallel/test-crypto-engine.js index ca2e47936..f4c4276ce 100644 --- a/test/parallel/test-crypto-engine.js +++ b/test/parallel/test-crypto-engine.js @@ -34,7 +34,7 @@ crypto.setEngine('dynamic', crypto.constants.ENGINE_METHOD_RSA); if (common.isOSX) engineLib = `lib${engineName}.dylib`; else if (common.isLinux && process.arch === 'x64') - engineLib = `lib${engineName}.so`; + //engineLib = `lib${engineName}.so`; if (engineLib !== undefined) { const execDir = path.dirname(process.execPath);