Skip to content

Commit 17ce490

Browse files
committed
t5616: mark tests as bogus with --path-walk
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]>
1 parent dda73ee commit 17ce490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t5616-partial-clone.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ test_expect_success 'fetch lazy-fetches only to resolve deltas' '
527527
# used as delta bases!
528528
GIT_TRACE_PACKET="$(pwd)/trace" \
529529
GIT_TEST_FULL_NAME_HASH=0 \
530+
GIT_TEST_PACK_PATH_WALK=0 \
530531
git -C client \
531532
fetch "file://$(pwd)/server" main &&
532533
@@ -557,6 +558,7 @@ test_expect_success 'fetch lazy-fetches only to resolve deltas, protocol v2' '
557558
# used as delta bases!
558559
GIT_TRACE_PACKET="$(pwd)/trace" \
559560
GIT_TEST_FULL_NAME_HASH=0 \
561+
GIT_TEST_PACK_PATH_WALK=0 \
560562
git -C client \
561563
fetch "file://$(pwd)/server" main &&
562564

0 commit comments

Comments
 (0)