Skip to content

Commit

Permalink
t5616: mark tests as bogus with --path-walk
Browse files Browse the repository at this point in the history
These two tests in t5616-partial-clone.sh are actually already broken
and there are comments supporting that. Those comments were focused on
the GIT_TEST_FULL_NAME_HASH variable, but they also apply to this one.
We will want to avoid issues here.

Signed-off-by: Derrick Stolee <[email protected]>
  • Loading branch information
derrickstolee authored and dscho committed Dec 19, 2024
1 parent fdfbcb6 commit 65271cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/t5616-partial-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ test_expect_success 'fetch lazy-fetches only to resolve deltas' '
# used as delta bases!
GIT_TRACE_PACKET="$(pwd)/trace" \
GIT_TEST_FULL_NAME_HASH=0 \
GIT_TEST_PACK_PATH_WALK=0 \
git -C client \
fetch "file://$(pwd)/server" main &&
Expand Down Expand Up @@ -556,6 +557,7 @@ test_expect_success 'fetch lazy-fetches only to resolve deltas, protocol v2' '
# used as delta bases!
GIT_TRACE_PACKET="$(pwd)/trace" \
GIT_TEST_FULL_NAME_HASH=0 \
GIT_TEST_PACK_PATH_WALK=0 \
git -C client \
fetch "file://$(pwd)/server" main &&
Expand Down

0 comments on commit 65271cc

Please sign in to comment.