mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-18 12:12:23 +08:00
tests(auth): temporarily disable flakey tests
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user