diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts b/superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts index d4e51046bc4d2..113cf92d564f9 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts @@ -734,7 +734,8 @@ describe('Dashboard edit', () => { cy.getBySel('dashboard-charts-filter-search-input').clear(); }); - 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', () => { cy.get('[role="checkbox"]').click(); dragComponent('Unicode Cloud', 'card-title', false); cy.getBySel('header-save-button').should('be.enabled');