Skip to content

Commit

Permalink
Merge pull request #5952 from nextcloud/ci/skip-crashing-test
Browse files Browse the repository at this point in the history
ci: Skip cypress test crashing electron right now
  • Loading branch information
juliusknorr authored Jun 26, 2024
2 parents 74b04aa + 2622db6 commit 533a724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/SmartPicker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Smart picker', () => {
.should('have.text', 'Hello World')
})

it('Insert a link with the smart picker', () => {
it.skip('Insert a link with the smart picker', () => {
cy.isolateTest({
sourceFile: fileName,
})
Expand Down

0 comments on commit 533a724

Please sign in to comment.