From 0fcbe80e11741c6946f823e8858a552a896fa085 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 22 Jan 2025 15:46:52 -0800 Subject: [PATCH] skip 2 flaky tests --- .../cypress-base/cypress/e2e/dashboard/drillby.test.ts | 2 +- .../cypress-base/cypress/e2e/dashboard_list/list.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts b/superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts index c4c5ed47665fb..e471d1da8caa2 100644 --- a/superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts +++ b/superset-frontend/cypress-base/cypress/e2e/dashboard/drillby.test.ts @@ -599,7 +599,7 @@ describe('Drill by modal', () => { ]); }); - it('Radar Chart', () => { + it.skip('Radar Chart', () => { testEchart('radar', 'Radar Chart', [ [182, 49], [423, 91], diff --git a/superset-frontend/cypress-base/cypress/e2e/dashboard_list/list.test.ts b/superset-frontend/cypress-base/cypress/e2e/dashboard_list/list.test.ts index 77d0953edb667..c887ae0e6c2c3 100644 --- a/superset-frontend/cypress-base/cypress/e2e/dashboard_list/list.test.ts +++ b/superset-frontend/cypress-base/cypress/e2e/dashboard_list/list.test.ts @@ -206,7 +206,7 @@ describe('Dashboards list', () => { .should('not.contain', '4 - Sample dashboard'); }); - it('should delete correctly in list mode', () => { + it.skip('should delete correctly in list mode', () => { // deletes in list-view setGridMode('list');