From 7d78fe393c1c5c5053dc4eabc930c6db4d3229e6 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Tue, 30 Jun 2026 17:06:06 -0400 Subject: [PATCH] chore(ci): skip failing federated sharing tests Federation tests break due to a server regression introduced in nextcloud/server@789ff6a8a3f (TokenController not respecting ocm_signed_request_disabled). Skip until a server-side fix lands. Assisted-by: ClaudeCode:claude-sonnet-4-6 Signed-off-by: Elizabeth Danzberger --- cypress/e2e/share-federated.spec.js | 2 +- tests/features/federation.feature | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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"