-
Notifications
You must be signed in to change notification settings - Fork 3.9k
op-e2e: Skip TestOutputCannonStepWithLargePreimage until we can fix the flakiness #9341
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
Conversation
WalkthroughWalkthroughThe modification involves adding a skip directive to a test function within a specific test file. This action was taken to address an issue of test flakiness, indicating that the test sometimes fails under certain conditions. The directive includes a message highlighting the need for further investigation and resolution of the underlying problem causing the flakiness. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9341 +/- ##
============================================
+ Coverage 27.85% 62.56% +34.70%
============================================
Files 167 16 -151
Lines 7362 1445 -5917
Branches 1272 0 -1272
============================================
- Hits 2051 904 -1147
+ Misses 5190 495 -4695
+ Partials 121 46 -75
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description
Skip TestOutputCannonStepWithLargePreimage until we can fix the flakiness. The batcher seems to be able to create a transaction below the minimum large preimage size sometimes.
Metadata