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 fd44512 commit 40120f2Copy full SHA for 40120f2
tests/integration/standard/test_shard_aware.py
@@ -168,6 +168,7 @@ def test_connect_from_multiple_clients(self):
168
for result in as_completed(futures):
169
print(result)
170
171
+ @pytest.mark.skip(reason='https://github.com/scylladb/python-driver/issues/221')
172
def test_closing_connections(self):
173
"""
174
Verify that reconnection is working as expected, when connection are being closed.
0 commit comments