We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e37139 commit cde06fbCopy full SHA for cde06fb
tests/integration/go_ethereum/test_goethereum_legacy_ws.py
@@ -56,7 +56,10 @@ def w3(start_geth_process_and_yield_port):
56
57
58
class TestGoEthereumWeb3ModuleTest(GoEthereumWeb3ModuleTest):
59
- pass
+ def test_batch_requests_concurrently_with_regular_requests(
60
+ self, w3: "Web3"
61
+ ) -> None:
62
+ pytest.skip("LegacyWebSocketProvider does not support concurrent requests")
63
64
65
class TestGoEthereumAdminModuleTest(GoEthereumAdminModuleTest):
0 commit comments