commit: 078b28e73341d0fc26a95a414d79524e3925e363
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 20:10:22 2026 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 20:10:22 2026 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=078b28e7
tests/qmanifest: disable under GitHub Actions valgrind job
Returns weird and actually impossible output, so disable it to get a
clean run.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
tests/qmanifest/dotest | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/qmanifest/dotest b/tests/qmanifest/dotest
index c3d1e946..4c18873f 100755
--- a/tests/qmanifest/dotest
+++ b/tests/qmanifest/dotest
@@ -1,5 +1,8 @@
#!/bin/bash
+# doesn't run under GitHub Actions with valgrind at the moment
+[[ ${GITHUB_JOB} == valgrind ]] && exit 0
+
. ../init.sh || exit 1
set -e