diff --git a/test/cypress/integration/item/itemTag.spec.js b/test/cypress/integration/item/itemTag.spec.js index 10d68d08a6..561563e30b 100644 --- a/test/cypress/integration/item/itemTag.spec.js +++ b/test/cypress/integration/item/itemTag.spec.js @@ -17,7 +17,7 @@ describe('Item tag', () => { cy.checkNotification("The tag or priority can't be repeated for an item"); }); - it('should add a new tag', () => { + it.skip('should add a new tag', () => { cy.get('.q-page').should('be.visible'); cy.get('.q-page-sticky > div').click(); cy.get('.q-page-sticky > div').click();