summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-21 11:43:08 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-21 11:43:08 +0100
commit6e77df2d8555ade4470e566011603ae40f1f0f3a (patch)
tree48222e9abb40ef81ad8a5e8732d022dfdd850c8d /src/testdir/Make_all.mak
parent5df95ea9ef34b5a898141ddc7134e4a7de713ba5 (diff)
patch 8.0.1326: largefile test fails on CI, glob test on MS-Windowsv8.0.1326
Problem: Largefile test fails on CI, glob test on MS-Windows. Solution: Remove largefile test from list of all tests. Don't run Test_glob() on non-unix systems. More cleanup. (Yegappan Lakshmanan, closes #2354)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index d1ff7aab36..6e3356491b 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -67,6 +67,7 @@ SCRIPTS_GUI =
# Tests using runtest.vim
# Keep test_alot*.res as the last one, sort the others.
+# test_largefile.res is omitted, it uses too much resources to run on CI.
NEW_TESTS = test_arabic.res \
test_arglist.res \
test_assert.res \
@@ -122,7 +123,6 @@ NEW_TESTS = test_arabic.res \
test_job_fails.res \
test_json.res \
test_langmap.res \
- test_largefile.res \
test_let.res \
test_lineending.res \
test_listchars.res \