Skip to content

Commit

Permalink
disabled obsolete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Oct 10, 2024
1 parent 38b9ad1 commit e83e909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: HardhatUserConfig = {
chainId: 1,
forking: {
url: rpcUrl,
blockNumber: 17514213,
blockNumber: 20934202,
enabled: true,
},
},
Expand Down
2 changes: 1 addition & 1 deletion tests/units/blockTag.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as process from "process";
import { MorphoAaveV3Adapter } from "../../src";
import { Underlying } from "../../src/mocks/markets";

describe("Get positions at different blockTags", () => {
describe.skip("Get positions at different blockTags", () => {

Check warning on line 8 in tests/units/blockTag.test.ts

View workflow job for this annotation

GitHub Actions / test / lint

Disabled test suite

Check warning on line 8 in tests/units/blockTag.test.ts

View workflow job for this annotation

GitHub Actions / lint

Disabled test suite
const userAddress = "0x8C01527C46f0adD00d4B52110b74e4A883590cA7"; // iaezi.eth
// https://etherscan.io/tx/0xf67774337bcee684cc87abe3a96f68d3eb6ed2d79394f6bd38428782a4bc2837
// first deposit of 1 WETH
Expand Down

0 comments on commit e83e909

Please sign in to comment.