From e6aad2ed2033b565a42c131a62044d418237d578 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 20 Mar 2025 22:52:09 +0000 Subject: [PATCH] sys-apps/util-linux: skip hanging script/replay test Signed-off-by: Sam James --- sys-apps/util-linux/util-linux-2.41.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/util-linux/util-linux-2.41.ebuild b/sys-apps/util-linux/util-linux-2.41.ebuild index 31f9d914538ba..41df3bf006f67 100644 --- a/sys-apps/util-linux/util-linux-2.41.ebuild +++ b/sys-apps/util-linux/util-linux-2.41.ebuild @@ -155,6 +155,9 @@ src_prepare() { # Permission issues on /dev/random lsfd/mkfds-eventpoll lsfd/column-xmode + + # Hangs on some machines + script/replay ) # debug prints confuse the tests which look for a diff