You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/11/15 02:22:00 UTC

[incubator-superset] branch master updated: Disable flaky cypress SQL Lab test (#6302)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new d695321  Disable flaky cypress SQL Lab test (#6302)
d695321 is described below

commit d6953210b8018d0889400272d95ad51c492a2f5e
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Nov 14 18:21:55 2018 -0800

    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 5db5924..0a594a7 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