Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Enable test on Windows
The test will check anyway if symbolic links are supported.
  • Loading branch information
ppkarwasz committed Apr 12, 2026
commit cdb25198c7583efd795bd00d656be9cd27a7611a
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ void testTreeIdPath() throws Exception {
GitIdentifiers.treeId(DigestUtils.getSha1Digest(), resourcePath("DigestUtilsTest")));
}

@DisabledOnOs(OS.WINDOWS)
@ParameterizedTest
@MethodSource("virtualTreeProvider")
void testTreeIdPathUnix(final String algorithm, final byte[] helloId, final byte[] linkId, final byte[] linkTxtId,
Expand Down
Loading