Prechádzať zdrojové kódy

Skip test broken on windows

Jelmer Vernooij 1 mesiac pred
rodič
commit
47c52d3a0c
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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."""