From 4d41cf900d1415ef5f393e9f575c57b020720402 Mon Sep 17 00:00:00 2001 From: adam-stasiak-polidea Date: Tue, 10 Nov 2020 03:58:28 +0100 Subject: [PATCH] Disabled bubble test (#11630) --- .../cypress/integration/explore/visualizations/bubble.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress/integration/explore/visualizations/bubble.test.js b/superset-frontend/cypress-base/cypress/integration/explore/visualizations/bubble.test.js index 5249ef1bd3..7b6466b978 100644 --- a/superset-frontend/cypress-base/cypress/integration/explore/visualizations/bubble.test.js +++ b/superset-frontend/cypress-base/cypress/integration/explore/visualizations/bubble.test.js @@ -60,7 +60,7 @@ describe('Visualization > Bubble', () => { // Number of circles are pretty unstable when there are a lot of circles // Since main functionality is already covered in fitler test below, // skip this test untill we find a solution. - it('should work', () => { + it.skip('should work', () => { cy.visitChartByParams(JSON.stringify(BUBBLE_FORM_DATA)).then(() => { cy.wait('@getJson').then(xhr => { let expectedBubblesNumber = 0;