Skip to content

Commit 2aebb6c

Browse files
committed
Merge pull request #5 from t-b/dont_execute_test_which_errors_out
t0027: Disable test on MINGW
2 parents 545b284 + aaafeac commit 2aebb6c

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)