diff --git a/cypress/e2e/open.spec.js b/cypress/e2e/open.spec.js index 2a34b79761..e3efa3f28f 100644 --- a/cypress/e2e/open.spec.js +++ b/cypress/e2e/open.spec.js @@ -109,7 +109,8 @@ describe('Open PDF with richdocuments', () => { // Verify that clicking on the file uses the files PDF viewer // and NOT richdocuments - it('Open PDF with files PDF viewer', () => { + // TODO: Revert once https://github.com/nextcloud/files_pdfviewer/issues/1451 is resolved + it.skip('Open PDF with files PDF viewer', () => { cy.get('[data-cy-files-list-row-name="document.pdf"]').click() cy.waitForViewer()