diff --git a/apps/explorer-e2e/src/integration/asset.cy.js b/apps/explorer-e2e/src/integration/asset.cy.js index aa17c4642..a4c7e46cb 100644 --- a/apps/explorer-e2e/src/integration/asset.cy.js +++ b/apps/explorer-e2e/src/integration/asset.cy.js @@ -31,7 +31,7 @@ context('Asset page', { tags: '@regression' }, () => { }); }); - it('should open details page when clicked on "View details"', () => { + it.skip('should open details page when clicked on "View details"', () => { cy.getAssets().then((assets) => { assets.forEach((asset) => { cy.get(`[row-id="${asset.id}"] [col-id="actions"] button`) diff --git a/apps/governance-e2e/src/integration/flow/proposal-forms.cy.ts b/apps/governance-e2e/src/integration/flow/proposal-forms.cy.ts index 28dc676a2..3b15d78d4 100644 --- a/apps/governance-e2e/src/integration/flow/proposal-forms.cy.ts +++ b/apps/governance-e2e/src/integration/flow/proposal-forms.cy.ts @@ -295,7 +295,8 @@ context( // Will fail if run after 'Able to submit update market proposal and vote for proposal' // 3002-PROP-022 - it('Unable to submit update market proposal without equity-like share in the market', function () { + // Skipping due to #4262 + it.skip('Unable to submit update market proposal without equity-like share in the market', function () { switchVegaWalletPubKey(); stakingPageAssociateTokens('1'); goToMakeNewProposal(governanceProposalType.UPDATE_MARKET);