Skip to content

Commit 0641bed

Browse files
committed
skip the atlas login tests for now
1 parent 146e5df commit 0641bed

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/compass-e2e-tests/tests/atlas-login.test.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ function getTestBrowserShellCommand() {
3636
)}`;
3737
}
3838

39-
describe('Atlas Login', function () {
39+
// TODO: remove these when we remove atlas login
40+
describe.skip('Atlas Login', function () {
4041
let compass: Compass;
4142
let browser: CompassBrowser;
4243
let oidcMockProvider: OIDCMockProvider;
@@ -281,7 +282,8 @@ describe('Atlas Login', function () {
281282
);
282283
});
283284

284-
it('should not show AI input if sign in flow was not finished', async function () {
285+
// TODO: remove once we remove atlas login
286+
it.skip('should not show AI input if sign in flow was not finished', async function () {
285287
getTokenPayload = () => {
286288
return new Promise(() => {});
287289
};
@@ -314,7 +316,8 @@ describe('Atlas Login', function () {
314316
);
315317
});
316318

317-
it('should not show AI input if sign in flow was not finished', async function () {
319+
// TODO: remove once we remove atlas login
320+
it.skip('should not show AI input if sign in flow was not finished', async function () {
318321
getTokenPayload = () => {
319322
return new Promise(() => {});
320323
};

0 commit comments

Comments
 (0)