diff --git a/test/cypress/integration/route/vehicle/vehicleInvoiceIn.spec.js b/test/cypress/integration/route/vehicle/vehicleInvoiceIn.spec.js index a8720534a..8b993a754 100644 --- a/test/cypress/integration/route/vehicle/vehicleInvoiceIn.spec.js +++ b/test/cypress/integration/route/vehicle/vehicleInvoiceIn.spec.js @@ -80,7 +80,8 @@ describe('Vehicle Invoice In', () => { }); }); - describe('Invoice pop-ups', () => { + // Redmine #8863 + describe.skip('Invoice pop-ups', () => { it('Should redirect to the invoiceIn summary from the invoice descriptor pop-up', () => { cy.get(selectors.firstRowInvoice) .click()