[tests][auth] mark custom token test pending - temporarily
This commit is contained in:
parent
c210af7409
commit
50e31ff04e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue