diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-08 21:31:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-08 21:31:38 +0900 |
| commit | 9c51805b4740feeb1e9ba9a3781e9d59c3946c42 (patch) | |
| tree | d6a77e1821d59505b0270c48e7b31bf3aff47a93 /internal/rosa/package/gnu.az | |
| parent | 3dca68fc95ae453571ecda7a3046052a2fbb50fc (diff) | |
internal/rosa/package/gnu: disable flaky coreutils tests
These are huge and have incomprehensible output. Probability of failure increases under load, so disable them.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/gnu.az')
| -rw-r--r-- | internal/rosa/package/gnu.az | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/package/gnu.az b/internal/rosa/package/gnu.az index 39c6f8b4..b945edc7 100644 --- a/internal/rosa/package/gnu.az +++ b/internal/rosa/package/gnu.az @@ -370,6 +370,8 @@ test_disable() { chmod +w "$2" && echo "$1" > "$2"; } test_disable '#!/bin/sh' gnulib-tests/test-c32ispunct.sh test_disable '#!/bin/sh' tests/ls/hyperlink.sh test_disable '#!/bin/sh' tests/misc/user.sh +test_disable '#!/bin/sh' tests/split/line-bytes.sh +test_disable '#!/bin/sh' tests/ls/stat-vs-dirent.sh test_disable 'int main(){return 0;}' gnulib-tests/test-chown.c test_disable 'int main(){return 0;}' gnulib-tests/test-fchownat.c test_disable 'int main(){return 0;}' gnulib-tests/test-lchown.c |
