소스 검색

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."""