Skip to content

Commit 41f11c9

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 44b4124 commit 41f11c9

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
@@ -204,7 +204,7 @@ test_expect_success 'filtering large input to small output should use little mem
204204
GIT_MMAP_LIMIT=1m GIT_ALLOC_LIMIT=1m git add 30MB
205205
'
206206

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

0 commit comments

Comments
 (0)