Skip to content

Commit

Permalink
[Cypress] Skip another flaky sqllab test (#8374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored Oct 11, 2019
1 parent 9a186ff commit 558680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/cypress/integration/sqllab/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 558680d

Please sign in to comment.