Skip to content

Commit 12a402f

Browse files
committed
ci: Disable always failing tests in users-group-admin.cy.ts
They keep failing with the Electron Renderer process crashing for weeks now, so disable them. Signed-off-by: Carl Schwan <[email protected]>
1 parent 6bb46fd commit 12a402f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/settings/users-group-admin.cy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ describe('Settings: Create accounts as a group admin', function() {
8787
.contains(john.userId).should('exist')
8888
})
8989

90+
/*
9091
it('Can create a new user when member of multiple groups', () => {
9192
const group2 = randomString(7)
9293
cy.runOccCommand(`group:add '${group2}'`)
@@ -181,4 +182,5 @@ describe('Settings: Create accounts as a group admin', function() {
181182
.should('have.length', 1)
182183
})
183184
})
185+
*/
184186
})

0 commit comments

Comments
 (0)