Skip ProjectInviteTests (#17312)

GitOrigin-RevId: 5fd65b51a845fef59591cf58eb13b0e8087ec284
This commit is contained in:
Alf Eaton 2024-02-27 11:20:03 +00:00 committed by Copybot
parent 0dfb4d8de6
commit a68af43a4d

View file

@ -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()