aboutsummaryrefslogtreecommitdiffstats
path: root/main/e2fsprogs
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-03-13 05:38:20 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-13 05:38:20 +0000
commit5b7bb07bd490b1b3417a47e60668379021ac7f43 (patch)
treefb318cc98043b10032f49ac8f6a0fc52bdb2a2ea /main/e2fsprogs
parent76036a75b842e0a168e8ca9b43fa96242b219abf (diff)
downloadaports-5b7bb07bd490b1b3417a47e60668379021ac7f43.tar.bz2
aports-5b7bb07bd490b1b3417a47e60668379021ac7f43.tar.xz
main/e2fsprogs: disable m_hugefile test
broken on builders with < 4TB available space, dubious on musl systems anyway since the purpose is to verify largefile support is working, which is always working on musl.
Diffstat (limited to 'main/e2fsprogs')
-rw-r--r--main/e2fsprogs/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/e2fsprogs/APKBUILD b/main/e2fsprogs/APKBUILD
index d18d42bf90..60e7712bd1 100644
--- a/main/e2fsprogs/APKBUILD
+++ b/main/e2fsprogs/APKBUILD
@@ -44,6 +44,9 @@ check() {
# Fails on armhf on CI
rm -rf tests/f_extent_htree*
+ # Fails on builders with less than 4TB free space
+ rm -rf tests/m_hugefile
+
make check
}