From 1de52340093e714fd9e5b017a0fc4dd6a733dab0 Mon Sep 17 00:00:00 2001 From: kylezs Date: Wed, 30 Oct 2024 09:54:43 +0100 Subject: [PATCH] chore: ensure migration tests run --- bouncer/shared/upgrade_network.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bouncer/shared/upgrade_network.ts b/bouncer/shared/upgrade_network.ts index 35545cf654..c7d1ab67ca 100755 --- a/bouncer/shared/upgrade_network.ts +++ b/bouncer/shared/upgrade_network.ts @@ -144,7 +144,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.',