I think the utils.leaveUser and utils.inviteUser methods used in testing are returning too early, allowing the tests to progress sometimes before the user is added/removed. It's causing tests to throw every second or third time.
For now I'm just re-running them, because I don't have time for a fix.
I think the
utils.leaveUser
andutils.inviteUser
methods used in testing are returning too early, allowing the tests to progress sometimes before the user is added/removed. It's causing tests to throw every second or third time.For now I'm just re-running them, because I don't have time for a fix.