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

Skip tests BlockWithReceipts due to invalid test asserts #2374

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

wojciechos
Copy link
Contributor

The tests are incorrect because they expect transaction_hash in the transaction object, while the spec only requires it in the receipt. Skipping them for now in our pipeline, and will unskip them once the framework fixes the tests.

The test expects transaction_hash in the transaction object, but according to the spec, it's only required under receipt.
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.66%. Comparing base (d99e28b) to head (ec2e9de).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2374      +/-   ##
==========================================
- Coverage   74.70%   74.66%   -0.04%     
==========================================
  Files         110      110              
  Lines       12021    12021              
==========================================
- Hits         8980     8976       -4     
- Misses       2349     2351       +2     
- Partials      692      694       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@rodrigo-pino rodrigo-pino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do we make sure that we don't forget to unskip them in the future?

@wojciechos wojciechos merged commit 27b6968 into main Jan 14, 2025
13 checks passed
@wojciechos wojciechos deleted the wojciechos/fix-e2e-tests branch January 14, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants