File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
packages/compass-e2e-tests/tests Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments