From 64cee8b915302f2e8cb90b8f09f3dbfdd72168e3 Mon Sep 17 00:00:00 2001 From: pablone Date: Mon, 17 Mar 2025 11:56:49 +0100 Subject: [PATCH] test: refs #8602 skip Logout test suite in logout.spec.js --- test/cypress/integration/outLogin/logout.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/outLogin/logout.spec.js b/test/cypress/integration/outLogin/logout.spec.js index b17e42794..9f022617d 100644 --- a/test/cypress/integration/outLogin/logout.spec.js +++ b/test/cypress/integration/outLogin/logout.spec.js @@ -1,5 +1,5 @@ /// -describe('Logout', () => { +describe.skip('Logout', () => { beforeEach(() => { cy.login('developer'); cy.visit(`/#/dashboard`);