mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Skip ProjectInviteTests (#17312)
GitOrigin-RevId: 5fd65b51a845fef59591cf58eb13b0e8087ec284
This commit is contained in:
parent
0dfb4d8de6
commit
a68af43a4d
1 changed files with 2 additions and 1 deletions
|
@ -301,7 +301,8 @@ const expectInvitesInJoinProjectCount = (user, projectId, count, callback) => {
|
|||
})
|
||||
}
|
||||
|
||||
describe('ProjectInviteTests', function () {
|
||||
// eslint-disable-next-line mocha/no-skipped-tests
|
||||
describe.skip('ProjectInviteTests', function () {
|
||||
beforeEach(function (done) {
|
||||
this.sendingUser = new User()
|
||||
this.user = new User()
|
||||
|
|
Loading…
Reference in a new issue