From 9f74fb7a849fbf4219ed584118a6bdf149c53e68 Mon Sep 17 00:00:00 2001 From: Cody Leff Date: Fri, 17 Jun 2022 10:24:58 -0600 Subject: [PATCH] Skip flaky Cypress test. (#20417) --- .../cypress-base/cypress/integration/explore/control.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress/integration/explore/control.test.ts b/superset-frontend/cypress-base/cypress/integration/explore/control.test.ts index 6bc0840540..18bf8859a8 100644 --- a/superset-frontend/cypress-base/cypress/integration/explore/control.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/explore/control.test.ts @@ -127,7 +127,7 @@ describe('Test datatable', () => { cy.get('[data-test="row-count-label"]').contains('26 rows'); cy.get('.ant-empty-description').should('not.exist'); }); - it('Datapane loads view samples', () => { + it.skip('Datapane loads view samples', () => { cy.contains('Samples').click(); cy.get('[data-test="row-count-label"]').contains('1k rows'); cy.get('.ant-empty-description').should('not.exist');