diff --git a/test/cypress/integration/claim/claimDevelopment.spec.js b/test/cypress/integration/claim/claimDevelopment.spec.js index d960e2c0a..765f9fefd 100755 --- a/test/cypress/integration/claim/claimDevelopment.spec.js +++ b/test/cypress/integration/claim/claimDevelopment.spec.js @@ -31,7 +31,7 @@ describe('ClaimDevelopment', { testIsolation: true }, () => { cy.saveCard(); }); - it('should add and remove new line', () => { + it.skip('should add and remove new line', () => { cy.addCard(); cy.waitForElement(thirdRow);