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 () {
331331 expect ( oidcMockProviderEndpointAccesses [ '/authorize' ] ) . to . equal ( 1 ) ;
332332 } ) ;
333333
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 ( ) {
335336 await browser . setFeature ( 'persistOIDCTokens' , false ) ;
336337 await browser . setFeature ( 'enableShell' , false ) ; // TODO(COMPASS-6897)
337338
@@ -348,6 +349,7 @@ describe('OIDC integration', function () {
348349 `after-disconnecting-favourite-${ favoriteName } .png`
349350 ) ;
350351
352+ // TODO(COMPASS-7810): when clicking on the favourite the element is somehow stale and then webdriverio throws
351353 await browser . selectFavorite ( favoriteName ) ;
352354 await browser . doConnect ( ) ;
353355 await browser . disconnect ( ) ;
You can’t perform that action at this time.
0 commit comments