mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
15 lines
473 B
Diff
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.
|