Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 75bde7a

Browse files
committed
ignore price saving test
1 parent 697414e commit 75bde7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/UniswapV2Oracle.t.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ contract UniswapV2OracleTest is Test {
4141
}
4242

4343
function testGeneratePricesRange() public {
44+
// skipping the test due to nature of constant rpc queries
45+
vm.skip(true);
4446
uint256 BLOCKS_TO_ITERATE = 50;
4547
uint256 BLOCK_STEP = 299;
4648
string memory path = "uni_prices.csv";

0 commit comments

Comments
 (0)