Skip to content

Commit

Permalink
Skip flaky reporting test
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
  • Loading branch information
kavithacm committed Oct 12, 2023
1 parent 31c9fe9 commit e89eff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Cypress', () => {
cy.wait(3000);
});

it('Download from reporting homepage', () => {
it.skip('Download from reporting homepage', () => {
cy.visit(`${BASE_PATH}/app/reports-dashboards#/`, {
waitForGetTenant: true,
});
Expand Down

0 comments on commit e89eff5

Please sign in to comment.