Skip to content

Commit

Permalink
[2.10] Skip flaky reporting test (#894)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
  • Loading branch information
kavithacm authored Sep 21, 2023
1 parent 8d46a8a commit cb3ed80
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 cb3ed80

Please sign in to comment.