Skip to content

Commit aaafeac

Browse files
committed
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 <thomas.braun@byte-physics.de>
1 parent 545b284 commit aaafeac

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
@@ -190,7 +190,7 @@ test_expect_success 'required filter clean failure' '
190190
test_must_fail git add test.fc
191191
'
192192

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

0 commit comments

Comments
 (0)