diff --git a/cypress/e2e/share-link.js b/cypress/e2e/share-link.js index 873ae950f1..2c61d12154 100644 --- a/cypress/e2e/share-link.js +++ b/cypress/e2e/share-link.js @@ -8,7 +8,7 @@ import { randHash } from '../utils/index.js' const shareOwner = new User(randHash(), randHash()) const otherUser = new User(randHash(), randHash()) -describe('Public sharing of office documents', () => { +describe.skip('Public sharing of office documents', () => { before(function() { cy.createUser(shareOwner) cy.createUser(otherUser) diff --git a/cypress/e2e/talk.spec.js b/cypress/e2e/talk.spec.js index 64dd25df56..c1854fc67c 100644 --- a/cypress/e2e/talk.spec.js +++ b/cypress/e2e/talk.spec.js @@ -49,7 +49,7 @@ describe('Talk integraiton integration', function() { }) }) - it('See that the file is shared without download', function() { + it.skip('See that the file is shared without download', function() { cy.nextcloudTestingAppConfigSet('files', 'watermark_enabled', 'yes') cy.nextcloudTestingAppConfigSet('files', 'watermark_shareTalkPublic', 'yes') cy.nextcloudTestingAppConfigSet('files', 'watermark_text', 'TestingWatermark') diff --git a/cypress/e2e/templates.spec.js b/cypress/e2e/templates.spec.js index 66814b6c71..5310ecc466 100644 --- a/cypress/e2e/templates.spec.js +++ b/cypress/e2e/templates.spec.js @@ -93,7 +93,7 @@ describe('Global templates', function() { cy.waitForCollabora() }) - it('Create a file from a system template as guest', () => { + it.skip('Create a file from a system template as guest', () => { cy.uploadSystemTemplate({ fixturePath: 'templates/presentation.otp', fileName: 'myslides.otp',