suddjian commented on a change in pull request #10288:
URL:
https://github.com/apache/incubator-superset/pull/10288#discussion_r547511658
##########
File path:
superset-frontend/cypress-base/cypress/integration/chart_list/card_view.test.ts
##########
@@ -107,11 +113,12 @@ describe('chart card view', () => {
cy.get('[data-test="modal-cancel-button"]').click();
});
- it('should edit correctly', () => {
+ // flaky
+ xit('should edit correctly', () => {
Review comment:
All of these tests failed and passed at various times, as well as on
other PRs. We did a little investigation but haven't found the cause of
flakiness yet.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]