From 8a1c36677e697d05d92dde4d5f53afb4640bd9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 26 May 2018 14:50:19 +0100 Subject: mark tests as failing with 1.9. --- subvertpy/tests/test_wc.py | 2 ++ 1 file changed, 2 insertions(+) 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') -- cgit v1.2.3