Skip to content

Commit a1965e5

Browse files
committed
fix test
1 parent 5430ee2 commit a1965e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def get_primary():
750750
class TestTopologyErrors(TopologyTest):
751751
# Errors when calling hello.
752752

753-
@flaky # PYTHON-5366
753+
@flaky(reason="PYTHON-5366")
754754
def test_pool_reset(self):
755755
# hello succeeds at first, then always raises socket error.
756756
hello_count = [0]

0 commit comments

Comments
 (0)