diff --git a/cypress/e2e/3-stake-governance/stake.cy.ts b/cypress/e2e/3-stake-governance/stake.cy.ts index a721c049ea..1690ee9e1b 100644 --- a/cypress/e2e/3-stake-governance/stake.cy.ts +++ b/cypress/e2e/3-stake-governance/stake.cy.ts @@ -18,14 +18,14 @@ const testCases = [ tabValue: 'aave', changeApproval: true, }, - { - asset: assets.staking.ABPT, - amount: 5, - checkAmount: '5.00', - checkAmountFinal: '10.00', - tabValue: 'bpt', - changeApproval: false, - }, + // { + // asset: assets.staking.ABPT, + // amount: 5, + // checkAmount: '5.00', + // checkAmountFinal: '10.00', + // tabValue: 'bpt', + // changeApproval: false, + // }, ]; testCases.forEach(