mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[tests][auth] mark custom token test pending - temporarily
This commit is contained in:
@@ -67,7 +67,7 @@ describe('auth()', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('signInWithCustomToken()', () => {
|
||||
xdescribe('signInWithCustomToken()', () => {
|
||||
it('signs in with a admin sdk created custom auth token', async () => {
|
||||
const customUID = `custom${randomString(12, '#aA')}`;
|
||||
const token = await firebaseAdmin.auth().createCustomToken(customUID);
|
||||
|
||||
Reference in New Issue
Block a user