t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP
commitd3f17e17238806d5b1547632b61b44ed7b1f9453
authorJeff King <peff@peff.net>
Tue, 31 Aug 2021 20:52:33 +0000 (31 16:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Sep 2021 20:56:43 +0000 (1 13:56 -0700)
tree9f50aae2112f1be9c2a5b35e0ab8505cdd9a40b3
parentc51f5a6437c62c5b231a4632896becd545c7e620
t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP

Generating a MIDX bitmap causes tests which repack in a partial clone to
fail because they are missing objects. Missing objects is an expected
component of tests in t0410, so disable this knob altogether. Graceful
degradation when writing a bitmap with missing objects is tested in
t5326.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0410-partial-clone.sh