From 7af85ab6c71a7e3d54e33019c663d613b4ba7c42 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sun, 19 Jan 2025 11:04:27 -0800 Subject: [PATCH] skip drill --- .../cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts b/superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts index fd7bb24fc71c8..4162b6575d0e4 100644 --- a/superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts +++ b/superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts @@ -117,7 +117,7 @@ function testTimeChart(vizType: string) { }); } -describe('Drill to detail modal', () => { +describe.skip('Drill to detail modal', () => { beforeEach(() => { closeModal(); cy.viewport(1280, 4000);