From 9ac2502ec629a3f59b6a7d6db507d057ef59ad94 Mon Sep 17 00:00:00 2001 From: Dariusz Majcherczyk Date: Thu, 7 Mar 2024 09:42:48 +0100 Subject: [PATCH] chore: skip flaky tests --- apps/governance-e2e/src/integration/view/home.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/governance-e2e/src/integration/view/home.cy.ts b/apps/governance-e2e/src/integration/view/home.cy.ts index 47ce0e4a6..7bb9129d1 100644 --- a/apps/governance-e2e/src/integration/view/home.cy.ts +++ b/apps/governance-e2e/src/integration/view/home.cy.ts @@ -79,14 +79,14 @@ context('Home Page - verify elements on page', { tags: '@smoke' }, function () { }); }); - it('should have information on active nodes', function () { + it.skip('should have information on active nodes', function () { cy.getByTestId('node-information') .first() .should('contain.text', '2') .and('contain.text', 'active nodes'); }); - it('should have information on consensus nodes', function () { + it.skip('should have information on consensus nodes', function () { cy.getByTestId('node-information') .last() .should('contain.text', '2')