Skip to content

Commit

Permalink
limit integrity check to when there are snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Nov 30, 2022
1 parent 0c2dfae commit d48caa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/binary/smoke.js
Expand Up @@ -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)
}

Expand Down

1 comment on commit d48caa8

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on d48caa8 Nov 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.3.0/linux-arm64/ryanm/fix/v8-improvements-d48caa8e4d795d3b10da02522689847615ba18f6/cypress.tgz

Please sign in to comment.