Skip to content

Commit

Permalink
skip unused feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-H-Leonard committed Oct 9, 2024
1 parent 481d2c7 commit f2c7375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-contract/test/gatewayStaking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('Gateway Staking', () => {
expect(await gatewayStakingContract.balanceOf(bob.address)).to.eq(0);
});

it('should allow a user withdraw deposited shares with ERC-4626 redeem method', async () => {
it.skip('should allow a user withdraw deposited shares with ERC-4626 redeem method', async () => {
// given
const assetAmount = 500;
await giveDummyToken(bob, assetAmount);
Expand Down

0 comments on commit f2c7375

Please sign in to comment.