Skip to content

Commit

Permalink
blind attempt at fixing the unexpected-success "failures" on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stspdotname committed Jun 25, 2024
1 parent 0e18ede commit f270f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def _client(self):
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):
Expand Down

0 comments on commit f270f0c

Please sign in to comment.