Skip to content

Commit e31b4a5

Browse files
t-bdscho
authored andcommitted
t0027: Disable test on MINGW
We can't mmap 2GB of RAM on our 32bit platform, so just disable the test. Signed-off-by: Thomas Braun <[email protected]>
1 parent 894d158 commit e31b4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0021-conversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ test_expect_success 'filter that does not read is fine' '
214214
test_cmp expect actual
215215
'
216216

217-
test_expect_success EXPENSIVE 'filter large file' '
217+
test_expect_success EXPENSIVE,!MINGW 'filter large file' '
218218
git config filter.largefile.smudge cat &&
219219
git config filter.largefile.clean cat &&
220220
for i in $(test_seq 1 2048); do printf "%1048576d" 1; done >2GB &&

0 commit comments

Comments
 (0)