Skip to content

Commit d302170

Browse files
committed
Merge branch 'sg/t5310-jgit-wants-sha1'
Since jgit does not yet work with SHA-256 repositories, mark the tests that uses it not to run unless we are testing with ShA-1 repositories. * sg/t5310-jgit-wants-sha1: t5310-pack-bitmaps: skip JGit tests with SHA256
2 parents 3eebb3e + ea699b4 commit d302170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t5310-pack-bitmaps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ test_expect_success 'pack with missing parent' '
277277
git pack-objects --stdout --revs <revs >/dev/null
278278
'
279279

280-
test_expect_success JGIT 'we can read jgit bitmaps' '
280+
test_expect_success JGIT,SHA1 'we can read jgit bitmaps' '
281281
git clone --bare . compat-jgit.git &&
282282
(
283283
cd compat-jgit.git &&
@@ -287,7 +287,7 @@ test_expect_success JGIT 'we can read jgit bitmaps' '
287287
)
288288
'
289289

290-
test_expect_success JGIT 'jgit can read our bitmaps' '
290+
test_expect_success JGIT,SHA1 'jgit can read our bitmaps' '
291291
git clone --bare . compat-us.git &&
292292
(
293293
cd compat-us.git &&

0 commit comments

Comments
 (0)