Преглед на файлове

Skip remove branch test for dumb web case.

Jelmer Vernooij преди 11 години
родител
ревизия
18d20844ad
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      dulwich/tests/compat/test_web.py

+ 4 - 0
dulwich/tests/compat/test_web.py

@@ -136,3 +136,7 @@ class DumbWebTestCase(WebTests, CompatTestCase):
     def test_push_to_dulwich(self):
         # Note: remove this if dumb pushing is supported
         raise SkipTest('Dumb web pushing not supported.')
+
+    def test_push_to_dulwich_remove_branch(self):
+        # Note: remove this if dumb pushing is supported
+        raise SkipTest('Dumb web pushing not supported.')