Skip to content
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(ci): remove unnecessary checks from ibc-tests #1813

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

quasystaty1
Copy link
Contributor

Summary

removes immediate celestia balance check after performing ibc-transfer from celestia

Background

Current ibc-tests checks celestia wallet balance immediately after permorming an ibc transfer, this is redundant as we check the bablance change on the sequencer side. In addition to currently being broken duo to outdated expected value, the test currently passes randomly, most likely duo to latency.

Changes

  • remove celestia balance checks from ibc transfer from celestia

Testing

  • locally tested bad behavior by adding a 1s sleep prior to the first balance check

Changelogs

No updates required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant