Skip to content

Commit

Permalink
test_shard_aware.py: skip failing test
Browse files Browse the repository at this point in the history
test_closing_connections is failing, for multiple reasons.
Skip it until proper investigation can be performed.
  • Loading branch information
Lorak-mmk committed May 25, 2023
1 parent fd44512 commit 40120f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/standard/test_shard_aware.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def test_connect_from_multiple_clients(self):
for result in as_completed(futures):
print(result)

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

0 comments on commit 40120f2

Please sign in to comment.