You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2019/10/11 16:02:18 UTC

[incubator-superset] 01/01: [Cypress] Skip another flaky sqllab test

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

erikrit pushed a commit to branch erik-ritter--skip-flaky-test
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 544b1848dea569609e817acc0ce3685d75244351
Author: Erik Ritter <er...@airbnb.com>
AuthorDate: Fri Oct 11 09:01:55 2019 -0700

    [Cypress] Skip another flaky sqllab test
---
 superset/assets/cypress/integration/sqllab/query.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/cypress/integration/sqllab/query.js b/superset/assets/cypress/integration/sqllab/query.js
index c98c6cd..cf698f4 100644
--- a/superset/assets/cypress/integration/sqllab/query.js
+++ b/superset/assets/cypress/integration/sqllab/query.js
@@ -29,7 +29,7 @@ export default () => {
       cy.route('POST', '/superset/sql_json/').as('sqlLabQuery');
     });
 
-    it('supports entering and running a query', () => {
+    it.skip('supports entering and running a query', () => {
       // row limit has to be < ~10 for us to be able to determine how many rows
       // are fetched below (because React _Virtualized_ does not render all rows)
       const rowLimit = 3;