We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b4124 commit 41f11c9Copy full SHA for 41f11c9
t/t0021-conversion.sh
@@ -204,7 +204,7 @@ test_expect_success 'filtering large input to small output should use little mem
204
GIT_MMAP_LIMIT=1m GIT_ALLOC_LIMIT=1m git add 30MB
205
'
206
207
-test_expect_success EXPENSIVE 'filter large file' '
+test_expect_success EXPENSIVE,!MINGW 'filter large file' '
208
git config filter.largefile.smudge cat &&
209
git config filter.largefile.clean cat &&
210
for i in $(test_seq 1 2048); do printf "%1048576d" 1; done >2GB &&
0 commit comments