File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/auth/test/integration/webdriver Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -333,10 +333,6 @@ browserDescribe('WebDriver redirect IdP test', driver => {
333
333
} ) ;
334
334
335
335
it ( 'reauthenticate throws for wrong user' , async function ( ) {
336
- // Test is ignored for now as it fails on Chrome version 111+.
337
- // TODO(b/297245662): Investigate and unskip the test.
338
- this . skip ( ) ;
339
-
340
336
// Sign in using pre-populated user
341
337
await driver . callNoWait ( RedirectFunction . IDP_REDIRECT ) ;
342
338
@@ -360,10 +356,6 @@ browserDescribe('WebDriver redirect IdP test', driver => {
360
356
} ) ;
361
357
362
358
it ( 'handles aborted sign ins' , async function ( ) {
363
- // Test is ignored for now as it fails on Chrome version 111+.
364
- // TODO(b/297245662): Investigate and unskip the test.
365
- this . skip ( ) ;
366
-
367
359
await driver . callNoWait ( RedirectFunction . IDP_REDIRECT ) ;
368
360
const widget = new IdPPage ( driver . webDriver ) ;
369
361
You can’t perform that action at this time.
0 commit comments