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 Sep 21, 2023
1 parent 8d46a8a commit 1893caf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Cypress', () => {
.should('exist');
});

it('Download pdf from in-context menu', () => {
it.skip('Download pdf from in-context menu', () => {
cy.visit(`${BASE_PATH}/app/dashboards#`);
cy.wait(5000);

Expand Down

0 comments on commit 1893caf

Please sign in to comment.