diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-09 10:50:53 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-09 10:50:53 +0900 |
| commit | 17383ab353f3e20d1a23b75b159dc7327abc909d (patch) | |
| tree | 7a7b63ae015dae3403823c93faad28288b853ab8 | |
| parent | 237e793895d276f9b78195ed59f36c15c8b5d86f (diff) | |
internal/rosa/package/gnu: disable flaky coreutils test
Another flaky test, once disabled but removed during an upgrade.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/package/gnu.az | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/package/gnu.az b/internal/rosa/package/gnu.az index b945edc7..4f73fe45 100644 --- a/internal/rosa/package/gnu.az +++ b/internal/rosa/package/gnu.az @@ -372,6 +372,7 @@ 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 '#!/bin/sh' tests/dd/sparse.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 |
