From 04074d02fabd28d1e56712b1c66349d0d0afd133 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Thu, 18 May 2023 11:18:32 +0200 Subject: [PATCH] test(fixtures): check md5 of archive downloaded --- test/mocha-fixtures.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mocha-fixtures.js b/test/mocha-fixtures.js index bc4190b0d71..bcdcee2984d 100644 --- a/test/mocha-fixtures.js +++ b/test/mocha-fixtures.js @@ -27,6 +27,7 @@ module.exports.mochaGlobalSetup = async function mochaGlobalSetup() { let replseturi; process.env.RUNTIME_DOWNLOAD = '1'; // ensure MMS is able to download binaries in this context + process.env.MONGOMS_MD5_CHECK = '1'; // set some options when running in a CI if (process.env.CI) {