Skip to content

Commit cde06fb

Browse files
committed
Turn of concurrent batch requests test for LegacyWebsocketProvider
1 parent 8e37139 commit cde06fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration/go_ethereum/test_goethereum_legacy_ws.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ def w3(start_geth_process_and_yield_port):
5656

5757

5858
class TestGoEthereumWeb3ModuleTest(GoEthereumWeb3ModuleTest):
59-
pass
59+
def test_batch_requests_concurrently_with_regular_requests(
60+
self, w3: "Web3"
61+
) -> None:
62+
pytest.skip("LegacyWebSocketProvider does not support concurrent requests")
6063

6164

6265
class TestGoEthereumAdminModuleTest(GoEthereumAdminModuleTest):

0 commit comments

Comments
 (0)