Skip to content

Commit a4d33cf

Browse files
committed
test(cy): skip test failing due to server issue
nextcloud/server#42306 causes the DELETE request to fail with 423 Locked. Signed-off-by: Max <[email protected]>
1 parent 020a280 commit a4d33cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/attachments.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ describe('Test all attachment insertion methods', () => {
371371
})
372372
})
373373

374-
it('test if attachment folder is deleted after having deleted a markdown file', () => {
374+
// Skip as https://github.com/nextcloud/server/issues/42306 causes this to fail.
375+
it.skip('test if attachment folder is deleted after having deleted a markdown file', () => {
375376
const fileName = 'deleteSource.md'
376377
cy.createMarkdown(fileName, '![git](.attachments.123/github.png)', false).then((fileId) => {
377378
const attachmentsFolder = `.attachments.${fileId}`

0 commit comments

Comments
 (0)