diff --git a/test/cypress/integration/route/vehicle/vehicleDms.spec.js b/test/cypress/integration/route/vehicle/vehicleDms.spec.js index cdefee200..fa686fdf7 100644 --- a/test/cypress/integration/route/vehicle/vehicleDms.spec.js +++ b/test/cypress/integration/route/vehicle/vehicleDms.spec.js @@ -66,7 +66,7 @@ describe('Vehicle DMS', () => { cy.testDmsAction('create', formSelectors, data, 'Data saved'); }); - it('Should download DMS', () => { + it.skip('Should download DMS', () => { let fileName; cy.get(selectors.firstRowId) .invoke('text')