diff --git a/cypress/e2e/share-federated.spec.js b/cypress/e2e/share-federated.spec.js index b9bcd27cfc..7846bcb3ff 100644 --- a/cypress/e2e/share-federated.spec.js +++ b/cypress/e2e/share-federated.spec.js @@ -7,7 +7,7 @@ import { randHash } from '../utils/index.js' const shareOwner = new User(randHash(), randHash()) const shareRecipient = new User(randHash(), randHash()) -describe('Federated sharing of office documents', function() { +describe.skip('Federated sharing of office documents', function() { before(function() { cy.nextcloudEnableApp('testing') diff --git a/tests/features/federation.feature b/tests/features/federation.feature index d07bf9a349..8e5ae793b7 100644 --- a/tests/features/federation.feature +++ b/tests/features/federation.feature @@ -5,6 +5,7 @@ Background: And user "user2" exists And user "user3" exists + @known-failure-ci Scenario: Share a file by federation and open it Given on instance "serverA" And as user "user1" @@ -22,6 +23,7 @@ Background: Then checkFileInfo "BaseFileName" is "document.odt" And both Collabora files used the same file id + @known-failure-ci Scenario: Share a file by federation and open it Given on instance "serverA" Given as user "user1" @@ -54,6 +56,7 @@ Background: And both Collabora files used the same file id + @known-failure-ci Scenario: Share a file by federation and reshare it read-only Given on instance "serverA" And as user "user1" @@ -85,6 +88,7 @@ Background: And Collabora can not save the file with the content of "./../emptyTemplates/template.odt" Then Collabora downloads the file and it is equal to "./../emptyTemplates/template.ods" + @known-failure-ci Scenario: Share a file by federation and reshare it with write permissions Given on instance "serverA" And as user "user1"