Skip to content

Commit ee4d5ec

Browse files
authored
Merge pull request #4727 from nextcloud/backport/stable31/7419
[stable31] feat: skip remote link reshare test
2 parents a60cb33 + 70c9ebf commit ee4d5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/share-federated.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('Federated sharing of office documents', function() {
3939
})
4040
})
4141

42-
it('Open a remotely shared file as a link', function() {
42+
it.skip('Open a remotely shared file as a link', function() {
4343
cy.login(shareOwner)
4444
cy.shareFileToRemoteUser(shareOwner, '/document-reshare.odt', shareRecipient)
4545

0 commit comments

Comments
 (0)