Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tests-e2e): Continue if coordinator sync returns an error
Unfortunately, sharing the same coordinator between tests means that calling the `sync` endpoint can return an error for unrelated and not critical reasons. This is not a pretty fix. A better fix might involve running each e2e test as a separate job (step?), like `rust-dlc` does.
- Loading branch information