-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore(e2e): skip the worst offender of flaky tests. #23772
Conversation
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.
THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Codecov Report
@@ Coverage Diff @@
## master #23772 +/- ##
=======================================
Coverage 67.87% 67.87%
=======================================
Files 1924 1924
Lines 74381 74381
Branches 8106 8106
=======================================
Hits 50486 50486
Misses 21818 21818
Partials 2077 2077
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
it('should disable the Save button when undoing', () => { | ||
// TODO fix this test! This was the #1 flaky test as of 4/21/23 according to cypress dashboard. | ||
xit('should disable the Save button when undoing', () => { |
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.
not sure about worst offender; This test was restarted 11 times before I finally caved in and xit
ed it in #23751 😆
SUMMARY
Kills this 👆
Adds a TODO for some generous soul who comes along to clean house one fateful day.
https://cloud.cypress.io/projects/ukwxzo/analytics/flaky-tests
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
Run E2E
ADDITIONAL INFORMATION