diff --git a/scripts/binary/smoke.js b/scripts/binary/smoke.js index e77552f98375..2ca1dde7d852 100644 --- a/scripts/binary/smoke.js +++ b/scripts/binary/smoke.js @@ -298,8 +298,8 @@ const test = async function (buildAppExecutable, buildAppDir) { await runSmokeTest(buildAppExecutable) await runProjectTest(buildAppExecutable, e2e) await runFailingProjectTest(buildAppExecutable, e2e) - await runIntegrityTest(buildAppExecutable, buildAppDir, e2e) if (!['1', 'true'].includes(process.env.DISABLE_SNAPSHOT_REQUIRE)) { + await runIntegrityTest(buildAppExecutable, buildAppDir, e2e) await runV8SnapshotProjectTest(buildAppExecutable, e2e) }