diff --git a/test/cypress/integration/entry/stockBought.spec.js b/test/cypress/integration/entry/stockBought.spec.js index b282a19a5..87cbb3f9c 100644 --- a/test/cypress/integration/entry/stockBought.spec.js +++ b/test/cypress/integration/entry/stockBought.spec.js @@ -1,4 +1,4 @@ -describe('EntryStockBought', () => { +describe.skip('EntryStockBought', () => { beforeEach(() => { cy.viewport(1920, 1080); cy.login('buyer');