diff --git a/apps/governance-e2e/src/integration/view/home.cy.ts b/apps/governance-e2e/src/integration/view/home.cy.ts index 7bb9129d1..f67f4304f 100644 --- a/apps/governance-e2e/src/integration/view/home.cy.ts +++ b/apps/governance-e2e/src/integration/view/home.cy.ts @@ -93,7 +93,7 @@ context('Home Page - verify elements on page', { tags: '@smoke' }, function () { .and('contain.text', 'consensus nodes'); }); - it('should contain link to specific validators', function () { + it.skip('should contain link to specific validators', function () { cy.getByTestId('validators') .should('have.length', '2') .each(($validator) => {