summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2018-05-26 14:50:19 +0100
committerJelmer Vernooij <jelmer@jelmer.uk>2018-05-26 14:50:19 +0100
commit8a1c36677e697d05d92dde4d5f53afb4640bd9d2 (patch)
treeb55ef8d3eadb5c79d78a498221c35c1ef9dc4ea5
parent8d890946304560fd4439ae95d2c9e7496dfd2c6a (diff)
mark tests as failing with 1.9.
-rw-r--r--subvertpy/tests/test_wc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/subvertpy/tests/test_wc.py b/subvertpy/tests/test_wc.py
index 394c6082..98471d32 100644
--- a/subvertpy/tests/test_wc.py
+++ b/subvertpy/tests/test_wc.py
@@ -403,6 +403,8 @@ class AdmObjTests(SubversionTestCase):
adm.probe_try(os.path.join("checkout", "bar")).access_path())
def test_lock(self):
+ if wc.api_version() >= (1, 9):
+ self.skipTest("TODO: doesn't yet work with svn >= 1.9")
self.make_client("repos", "checkout")
self.build_tree({"checkout/bar": b"la"})
self.client_add('checkout/bar')