From d6953210b8018d0889400272d95ad51c492a2f5e Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 14 Nov 2018 18:21:55 -0800 Subject: [PATCH] Disable flaky cypress SQL Lab test (#6302) * Disable flaky cypress SQL Lab test * lint --- superset/assets/cypress/integration/sqllab/sourcePanel.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/superset/assets/cypress/integration/sqllab/sourcePanel.js b/superset/assets/cypress/integration/sqllab/sourcePanel.js index 5db5924ee..0a594a720 100644 --- a/superset/assets/cypress/integration/sqllab/sourcePanel.js +++ b/superset/assets/cypress/integration/sqllab/sourcePanel.js @@ -8,7 +8,9 @@ export default () => { cy.visit('/superset/sqllab'); }); - it('creates a table schema and preview when a database, schema, and table are selected', () => { + // TODO the test bellow is flaky, and has been disabled for the time being + // (notice the `it.skip`) + it.skip('creates a table preview when a database, schema, and table are selected', () => { cy.route('/superset/table/**').as('tableMetadata'); // it should have dropdowns to select database, schema, and table