commit: 528f30254b98288463280550c1d569df5d957be1
Author: Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Sun Feb 8 08:47:20 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 9 23:42:11 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528f3025
net-libs/libnice: skip test-slow-resolving test
A new test (test-slow-resolving) was added in libnice 0.1.23. This fails
with SIGABORT when FEATURES="network-sandbox" is enabled. Skip this
test.
Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libnice/libnice-0.1.23.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-libs/libnice/libnice-0.1.23.ebuild
b/net-libs/libnice/libnice-0.1.23.ebuild
index 55d51374c2bf..a477b3b410f6 100644
--- a/net-libs/libnice/libnice-0.1.23.ebuild
+++ b/net-libs/libnice/libnice-0.1.23.ebuild
@@ -40,8 +40,11 @@ PATCHES=(
src_prepare() {
default
- # Broken w/ network-sandbox on (bug #847844)
- sed -i -e '/test-set-port-range/d' tests/meson.build || die
+ # skip tests which break with network-sandbox enabled; bugs 847844
+ sed -i \
+ -e "/test-set-port-range/d" \
+ -e "/test-slow-resolving',/d" \
+ tests/meson.build || die
}
multilib_src_configure() {