Skip to content

Commit 8e37139

Browse files
committed
Turn off batching test for EthereumTesterProvider
1 parent 30f76fa commit 8e37139

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integration/test_ethereum_tester.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@ def _check_web3_client_version(self, client_version):
269269
Web3ModuleTest.test_batch_requests_clear, Web3TypeError
270270
)
271271

272+
@pytest.mark.skip("EthereumTesterProvider does not support batch requests")
273+
def test_batch_requests_concurrently_with_regular_requests(self, w3):
274+
# batching is not supported by ``EthereumTesterProvider`` and the exception
275+
# is triggered in a different thread so not caught by it. Skip it here instead.
276+
pass
277+
272278

273279
class TestEthereumTesterEthModule(EthModuleTest):
274280
test_eth_sign = not_implemented(EthModuleTest.test_eth_sign, MethodUnavailable)

0 commit comments

Comments
 (0)