ソースを参照

Skip test broken on windows

Jelmer Vernooij 1 ヶ月 前
コミット
47c52d3a0c
1 ファイル変更1 行追加0 行削除
  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."""