Skip to content

Commit

Permalink
tests: Skip public file creation test for now
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliushaertl committed Sep 19, 2024
1 parent 5728800 commit f0e3745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/templates.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Create new office files from 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()
cy.createFolder(randUser, '/my-share')

Expand Down

0 comments on commit f0e3745

Please sign in to comment.