Skip to content

Commit e76c079

Browse files
authored
fix(ci): fix failing gateway integration test (#4358)
## What ❔ <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- The `Why` has to be clear to non-Matter Labs entities running their own ZK Chain --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Is this a breaking change? - [ ] Yes - [ ] No ## Operational changes <!-- Any config changes? Any new flags? Any changes to any scripts? --> <!-- Please add anything that non-Matter Labs entities running their own ZK Chain may need to know --> ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`.
1 parent 9e4755e commit e76c079

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/tests/highlevel-test-tools/tests/gateway-migration-test.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ if (shouldSkip) {
2323

2424
await testChain.waitForAllBatchesToBeExecuted();
2525

26+
await testChain.mainNode.kill();
27+
2628
await gatewayMigrationFromGatewayTest(testChain.chainName);
2729

2830
await gatewayMigrationToGatewayTest(testChain.chainName);

0 commit comments

Comments
 (0)