Skip to content

Commit 6dc27ce

Browse files
committed
Turn off ethereum tester integration test for eth_simulateV1
1 parent 44d39b6 commit 6dc27ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/test_ethereum_tester.py

+4
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ class TestEthereumTesterEthModule(EthModuleTest):
338338
EthModuleTest.test_eth_getBlockReceipts_finalized,
339339
MethodUnavailable,
340340
)
341+
test_eth_simulateV1 = not_implemented(
342+
EthModuleTest.test_eth_simulateV1,
343+
MethodUnavailable,
344+
)
341345

342346
def test_eth_getBlockByHash_pending(self, w3: "Web3") -> None:
343347
block = w3.eth.get_block("pending")

0 commit comments

Comments
 (0)