diff --git a/test/cypress/integration/outLogin/logout.spec.js b/test/cypress/integration/outLogin/logout.spec.js index b3583e4d355..377fcf77ea4 100644 --- a/test/cypress/integration/outLogin/logout.spec.js +++ b/test/cypress/integration/outLogin/logout.spec.js @@ -11,7 +11,7 @@ describe('Logout', () => { cy.get('#logout').click(); }); }); - describe('not user', () => { + describe.skip('not user', () => { beforeEach(() => { cy.intercept('GET', '**StarredModules**', { statusCode: 401,