Commit Diff


commit - 0e18ede32f1d8c0db2a97f49b22babdd9412e72a
commit + f270f0c9a74d5716b317978032efbdcb91009006
blob - e03d84e0798915814ff897ea30c54dd057ff8d9f
blob + 40cea9035ac05c79588d1d69091e0250bcde1db6
--- tests/compat/test_client.py
+++ tests/compat/test_client.py
@@ -411,7 +411,7 @@ class DulwichTCPClientTest(CompatTestCase, DulwichClie
     def _build_path(self, path):
         return path
 
-    if sys.platform == "win32":
+    if sys.platform == "win32" and protocol.DEFAULT_GIT_PROTOCOL_VERSION_FETCH < 2:
 
         @expectedFailure
         def test_fetch_pack_no_side_band_64k(self):