File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/compass-e2e-tests/tests Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,8 @@ describe('OIDC integration', function () {
331
331
expect ( oidcMockProviderEndpointAccesses [ '/authorize' ] ) . to . equal ( 1 ) ;
332
332
} ) ;
333
333
334
- it ( 'does not save tokens across connections for favorites if asked to do so' , async function ( ) {
334
+ // TODO(COMPASS-7810): re-enable this test
335
+ it . skip ( 'does not save tokens across connections for favorites if asked to do so' , async function ( ) {
335
336
await browser . setFeature ( 'persistOIDCTokens' , false ) ;
336
337
await browser . setFeature ( 'enableShell' , false ) ; // TODO(COMPASS-6897)
337
338
@@ -348,6 +349,7 @@ describe('OIDC integration', function () {
348
349
`after-disconnecting-favourite-${ favoriteName } .png`
349
350
) ;
350
351
352
+ // TODO(COMPASS-7810): when clicking on the favourite the element is somehow stale and then webdriverio throws
351
353
await browser . selectFavorite ( favoriteName ) ;
352
354
await browser . doConnect ( ) ;
353
355
await browser . disconnect ( ) ;
You can’t perform that action at this time.
0 commit comments