aports/community/py3-ldap/skip-broken-test.patch

15 lines
473 B
Diff

upstream: https://github.com/python-ldap/python-ldap/issues/560
diff --git a/Tests/t_ldap_syncrepl.py b/Tests/t_ldap_syncrepl.py
index 6acc82c..5b39442 100644
--- a/Tests/t_ldap_syncrepl.py
+++ b/Tests/t_ldap_syncrepl.py
@@ -380,6 +380,7 @@ class BaseSyncreplTests:
timeout=1
)
+ @unittest.skip("broken")
def test_refreshAndPersist_cancelled(self):
"""
Make sure refreshAndPersist can handle cancelling a syncrepl search.