guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 622e29bc89c0a8fac1350edc2f94ddf74b1f0849
Author: Rodion Goritskov <[email protected]>
AuthorDate: Thu Aug 27 22:17:14 2026 +0200
gnu: neochat: Skip tests.
Skip tests requiring "localhost".
* gnu/packages/kde-internet.scm (neochat)
[arguments]<test-exclude>: Disable tests which cannot bind to localhost.
Relates-to: guix/guix!10917
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/kde-internet.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 54df97b3e16..ea0d4abc7ae 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -810,7 +810,15 @@ UnifiedPush} client library and distributor daemon.")
(arguments
(list #:qtbase qtbase
#:configure-flags
- #~(list "-DSKIP_LICENSE_TESTS=ON")))
+ #~(list "-DSKIP_LICENSE_TESTS=ON")
+ ;; Disable tests requiring "localhost"
+ #:test-exclude
+ (string-append "("
+ (string-join '("chatbarcachetest"
+ "actionstest"
+ "modeltest")
+ "|")
+ ")")))
(native-inputs
(list extra-cmake-modules kdoctools pkg-config python-minimal))
(inputs