Skip to content

Commit 92fbb1d

Browse files
committed
chore: skip slow test
initializing without snapshot triggers many historical state fetches
1 parent ab8b939 commit 92fbb1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/uniswap/v3/test_uniswap_v3_liquidity_pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def convert_unsigned_integer_to_signed(num: int):
136136
return int.from_bytes(HexBytes(num), byteorder="big", signed=True)
137137

138138

139+
@pytest.mark.skip(reason="slow")
139140
def test_first_200_pools(fork_mainnet: AnvilFork, testing_pools, liquidity_snapshot):
140141
set_web3(fork_mainnet.w3)
141142
fork_mainnet.reset(block_number=liquidity_snapshot["snapshot_block"])

0 commit comments

Comments
 (0)