Skip to content

Commit 6548dbd

Browse files
derrickstoleedscho
authored andcommitted
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 b6c9927 commit 6548dbd

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
@@ -526,6 +526,7 @@ test_expect_success 'fetch lazy-fetches only to resolve deltas' '
526526
# used as delta bases!
527527
GIT_TRACE_PACKET="$(pwd)/trace" \
528528
GIT_TEST_FULL_NAME_HASH=0 \
529+
GIT_TEST_PACK_PATH_WALK=0 \
529530
git -C client \
530531
fetch "file://$(pwd)/server" main &&
531532
@@ -556,6 +557,7 @@ test_expect_success 'fetch lazy-fetches only to resolve deltas, protocol v2' '
556557
# used as delta bases!
557558
GIT_TRACE_PACKET="$(pwd)/trace" \
558559
GIT_TEST_FULL_NAME_HASH=0 \
560+
GIT_TEST_PACK_PATH_WALK=0 \
559561
git -C client \
560562
fetch "file://$(pwd)/server" main &&
561563

0 commit comments

Comments
 (0)