diff --git a/test/cypress/integration/order/orderCatalog.spec.js b/test/cypress/integration/order/orderCatalog.spec.js index c07183fed..3ccf9cbc3 100644 --- a/test/cypress/integration/order/orderCatalog.spec.js +++ b/test/cypress/integration/order/orderCatalog.spec.js @@ -1,5 +1,5 @@ /// -describe('OrderCatalog', { testIsolation: true }, () => { +describe.skip('OrderCatalog', { testIsolation: true }, () => { beforeEach(() => { cy.login('developer'); cy.viewport(1920, 1080);