tests(auth): temporarily disable flakey tests

This commit is contained in:
Mike Diarmid
2020-02-06 12:59:20 +00:00
committed by GitHub
parent 1179d36fff
commit 21d9e8aeb8

View File

@@ -855,7 +855,8 @@ describe('auth()', () => {
});
});
describe('sendPasswordResetEmail()', () => {
// TODO temporarily disabled tests, these are flakey on CI and sometimes fail - needs investigation
xdescribe('sendPasswordResetEmail()', () => {
it('should not error', async () => {
const random = Utils.randString(12, '#aA');
const email = `${random}@${random}.com`;