mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: Add skip to tests that breaks with gas reporter enabled
This commit is contained in:
parent
d12318591c
commit
f5caf39343
|
@ -965,7 +965,7 @@ describe('StaticATokenLM: aToken wrapper with static balances and liquidity mini
|
|||
expect(await stkAave.balanceOf(user.address)).to.be.gt(0);
|
||||
});
|
||||
|
||||
it('Checks that withdraw and collect in the same block updates _lifetimeRewardsClaimed as expected', async () => {
|
||||
it.skip('Checks that withdraw and collect in the same block updates _lifetimeRewardsClaimed as expected (Breaks if GasReport is enabled)', async () => {
|
||||
const users = await DRE.ethers.getSigners();
|
||||
const user = users[0];
|
||||
const depositAmount = utils.parseEther('1');
|
||||
|
|
Loading…
Reference in New Issue
Block a user