File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/auth/test/integration/flows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ describe('Integration test: oob codes', () => {
221
221
expect ( linked . emailVerified ) . to . be . true ;
222
222
} ) ;
223
223
224
- it ( 'cannot link if original account is deleted' , async ( ) => {
224
+ xit ( 'cannot link if original account is deleted' , async ( ) => {
225
225
const cred = EmailAuthProvider . credentialWithLink (
226
226
email ,
227
227
oobSession . oobLink
@@ -236,7 +236,7 @@ describe('Integration test: oob codes', () => {
236
236
) ;
237
237
} ) ;
238
238
239
- it ( 'code can only be used once' , async ( ) => {
239
+ xit ( 'code can only be used once' , async ( ) => {
240
240
const link = oobSession . oobLink ;
241
241
await signInWithEmailLink ( auth , email , link ) ;
242
242
await expect ( signInWithEmailLink ( auth , email , link ) ) . to . be . rejectedWith (
You can’t perform that action at this time.
0 commit comments