diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard/filter.test.ts b/superset-frontend/cypress-base/cypress/integration/dashboard/filter.test.ts index 6f386000d..1cf35b92f 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard/filter.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/dashboard/filter.test.ts @@ -63,8 +63,8 @@ describe('Dashboard filter', () => { cy.wait(aliases); }); }); - - it('should apply filter', () => { + // TODO fix and reactivate this flaky test + xit('should apply filter', () => { cy.get('.Select__control input[type=text]').first().focus(); // should open the filter indicator