Skip to content

Commit 3cc531e

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents 6d4e92a + 4f065a4 commit 3cc531e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/compass-e2e-tests/tests/oidc.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)