Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypress/e2e/share-federated.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 4 additions & 0 deletions tests/features/federation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading