-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix dapp_testing e2e race condition (#3094)
Attempts to fix [this error](https://app.circleci.com/pipelines/github/AztecProtocol/aztec-packages/15389/workflows/04aaf21e-e881-433c-b00c-d4acbc44221b/jobs/659626) in the `guides/dapp_testing` e2e test. The error looks like both the sandbox in the docker compose and the one in-proc in the tests are trying to use the same anvil account for their L1 deployment. If it's that, then reordering both suites so the in-proc one runs _after_ the external sandbox one (which ensures that the external one has been initialized) should do the trick easily.
- Loading branch information
1 parent
906429f
commit 89e7c21
Showing
1 changed file
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters