Skip to content

Commit 40120f2

Browse files
committed
test_shard_aware.py: skip failing test
test_closing_connections is failing, for multiple reasons. Skip it until proper investigation can be performed.
1 parent fd44512 commit 40120f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/standard/test_shard_aware.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def test_connect_from_multiple_clients(self):
168168
for result in as_completed(futures):
169169
print(result)
170170

171+
@pytest.mark.skip(reason='https://github.com/scylladb/python-driver/issues/221')
171172
def test_closing_connections(self):
172173
"""
173174
Verify that reconnection is working as expected, when connection are being closed.

0 commit comments

Comments
 (0)