summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-01-23 10:44:51 +0200
committerSam James <sam@gentoo.org>2024-01-28 14:50:20 +0000
commitd5608d6070699a8ba2df0f4a7da999282ea55ee0 (patch)
tree0e53e70a5a81f5b193ce7076cee1536aea1fe2d0 /media-tv
parentmedia-tv/kodi: fix issue with bundled java packages (diff)
downloadgentoo-d5608d6070699a8ba2df0f4a7da999282ea55ee0.tar.gz
gentoo-d5608d6070699a8ba2df0f4a7da999282ea55ee0.tar.bz2
gentoo-d5608d6070699a8ba2df0f4a7da999282ea55ee0.zip
media-tv/kodi: skip new failing test
* Breaks network-sandbox. Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/kodi/kodi-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
index 66bd223250ee..13ae6f98c30e 100644
--- a/media-tv/kodi/kodi-9999.ebuild
+++ b/media-tv/kodi/kodi-9999.ebuild
@@ -469,6 +469,8 @@ src_test() {
# bug #779184
# https://github.com/xbmc/xbmc/issues/18594
$(usev x86 TestDateTime.SetFromDBTime)
+ # Tries to ping localhost, naturally breaking network-sandbox
+ TestNetwork.PingHost
)
# see https://github.com/xbmc/xbmc/issues/17860#issuecomment-630120213