diff --git a/cypress/e2e/attachments.spec.js b/cypress/e2e/attachments.spec.js index 0222f949768..5030bd06c79 100644 --- a/cypress/e2e/attachments.spec.js +++ b/cypress/e2e/attachments.spec.js @@ -371,7 +371,8 @@ describe('Test all attachment insertion methods', () => { }) }) - it('test if attachment folder is deleted after having deleted a markdown file', () => { + // Skip as https://github.com/nextcloud/server/issues/42306 causes this to fail. + it.skip('test if attachment folder is deleted after having deleted a markdown file', () => { const fileName = 'deleteSource.md' cy.createMarkdown(fileName, '![git](.attachments.123/github.png)', false).then((fileId) => { const attachmentsFolder = `.attachments.${fileId}`