Skip to content

Commit

Permalink
Revert "Disable try-runtime migration tests and only run relevant bou…
Browse files Browse the repository at this point in the history
…ncer test."

This reverts commit 63a32ae.
  • Loading branch information
MxmUrw committed Nov 18, 2024
1 parent 259b2a8 commit 4595cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouncer/shared/upgrade_network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async function incompatibleUpgradeNoBuild(
await killEngines();
await startEngines(localnetInitPath, binaryPath, numberOfNodes);

await submitRuntimeUpgradeWithRestrictions(runtimePath, undefined, undefined, false);
await submitRuntimeUpgradeWithRestrictions(runtimePath, undefined, undefined, true);

console.log(
'Check that the old engine has now shut down, and that the new engine is now running.',
Expand Down

0 comments on commit 4595cbd

Please sign in to comment.