-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix e2e tests #646
Fix e2e tests #646
Conversation
This reverts commit d8a7d6a.
#[ignore] | ||
// this test is outdated, so it is ignored |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep (also badly named...). There was this PR to clean it up (anoma/anoma#1229) but that's a bit stale now probably. This test is still testing something we should continue testing (that a random actor cannot write arbitarily to EthBridge
VP storage) but this test needs cleaning up.
…/ethbridge/fix-e2e-tests
…go/ethbridge/fix-e2e-tests
We might need to port some changes from this PR in |
I've ran CI a couple of times, after the last fixes I pushed, and it passed every time. We could merge it as is, I guess? what do you think @james-chf @batconjurer |
If the CI job ends up flaking a lot it could become annoying to have to keep restarting it on our PRs. If we notice any super flaky tests though we can temporarily ignore them again and open an issue, so think this PR is good to merge |
Very unassuming title for this issue.
Closes the following issues, hopefully:
eth-bridge-integration
#418