From 15a6e3a3c5c0457e9dcf70e3faa1a23567ba7614 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 28 Feb 2025 14:12:12 +0100 Subject: [PATCH] test: skip EntryStockBought test suite --- test/cypress/integration/entry/stockBought.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/entry/stockBought.spec.js b/test/cypress/integration/entry/stockBought.spec.js index b282a19a56..87cbb3f9ce 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');