Skip to content

Commit

Permalink
Skip flaky Cypress test. (apache#20417)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyml authored and akshatsri committed Jul 19, 2022
1 parent 6e53a9e commit 78444a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('Test datatable', () => {
cy.get('[data-test="row-count-label"]').contains('26 rows');
cy.get('.ant-empty-description').should('not.exist');
});
it('Datapane loads view samples', () => {
it.skip('Datapane loads view samples', () => {
cy.contains('Samples').click();
cy.get('[data-test="row-count-label"]').contains('1k rows');
cy.get('.ant-empty-description').should('not.exist');
Expand Down

0 comments on commit 78444a9

Please sign in to comment.