Skip to content

Commit 5b8946d

Browse files
authored
Merge pull request #2435 from nextcloud/test/noid/skip-flaky-cypress-test
[stable32] test: apply skip to flaky sidebar test
2 parents 1125efc + ceaed6d commit 5b8946d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/sidebar.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('Check activity listing in the sidebar', { testIsolation: true }, () =>
7070
cy.get('.activity-entry').first().should('contains.text', 'Added system tag')
7171
})
7272

73-
it('Has comment activity', () => {
73+
it.skip('Has comment activity', () => {
7474
addComment('welcome.txt', 'A comment')
7575
cy.visit('/apps/files')
7676

0 commit comments

Comments
 (0)