File: disable-tcp-client-test.diff

package info (click to toggle)
dulwich 0.21.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,016 kB
  • sloc: python: 34,576; ansic: 877; makefile: 156; sh: 13
file content (12 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: dulwich/dulwich/tests/compat/test_client.py
===================================================================
--- dulwich.orig/dulwich/tests/compat/test_client.py
+++ dulwich/dulwich/tests/compat/test_client.py
@@ -367,6 +367,7 @@ class DulwichTCPClientTest(CompatTestCas
     def setUp(self):
         CompatTestCase.setUp(self)
         DulwichClientTestBase.setUp(self)
+        raise SkipTest('skipped for a first build')
         if check_for_daemon(limit=1):
             raise SkipTest(
                 "git-daemon was already running on port %s" % protocol.TCP_GIT_PORT