From 1d65c4791cbbbe919b77814f484ff9fc3316c970 Mon Sep 17 00:00:00 2001 From: Joe Tsang <30622993+jtsang586@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:32:39 +0000 Subject: [PATCH] chore: skip flow test (#2500) --- apps/token-e2e/src/integration/flow/governance-flow.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/token-e2e/src/integration/flow/governance-flow.cy.js b/apps/token-e2e/src/integration/flow/governance-flow.cy.js index 014561df0..2238441c7 100644 --- a/apps/token-e2e/src/integration/flow/governance-flow.cy.js +++ b/apps/token-e2e/src/integration/flow/governance-flow.cy.js @@ -728,7 +728,7 @@ context( }); // 1005-PROP-009 - it( + it.skip( 'Unable to vote on a freeform proposal - when some but not enough vega associated', { tags: '@smoke' }, function () {