Explorar o código

Skip test broken on windows

Jelmer Vernooij hai 1 mes
pai
achega
47c52d3a0c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/compat/test_server.py

+ 1 - 0
tests/compat/test_server.py

@@ -122,6 +122,7 @@ class GitServerSideBand64kTestCase(GitServerTestCase):
         self.assertIn(b"side-band-64k", caps)
 
 
+@skipIf(sys.platform == "win32", "Broken on windows, with very long fail time.")
 class GitServerSHA256TestCase(CompatTestCase):
     """Tests for SHA-256 repository server compatibility with git client."""