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

chore(e2e): skip the worst offender of flaky tests. #23772

Merged
merged 1 commit into from
Apr 21, 2023
Merged

Conversation

rusackas
Copy link
Member

@rusackas rusackas commented Apr 21, 2023

SUMMARY

image

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

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Copy link
Member

@michael-s-molina michael-s-molina left a comment

Choose a reason for hiding this comment

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

THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

@codecov
Copy link

codecov bot commented Apr 21, 2023

Codecov Report

Merging #23772 (c57cbb4) into master (764c3c9) will not change coverage.
The diff coverage is n/a.

❗ Current head c57cbb4 differs from pull request most recent head 9b7d96c. Consider uploading reports for the commit 9b7d96c to get more accurate results

@@           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           
Flag Coverage Δ
javascript 54.09% <ø> (ø)

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

Comment on lines -737 to +738
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', () => {
Copy link
Member

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 xited it in #23751 😆
image

@rusackas rusackas merged commit 35f36a2 into master Apr 21, 2023
@rusackas rusackas deleted the skip-flaky-test branch April 21, 2023 18:42
sebastianliebscher pushed a commit to sebastianliebscher/superset that referenced this pull request Apr 28, 2023
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 3.0.0 labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🚢 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants