2
0
mirror of synced 2025-01-26 06:09:32 +00:00

[tests][auth] mark custom token test pending - temporarily

This commit is contained in:
Salakar 2018-09-03 23:00:10 +01:00
parent c210af7409
commit 50e31ff04e

View File

@ -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);