guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit f222e1faa42bc224d66811b885fc06a9ae65a9f2
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Sep 4 18:05:02 2025 +0200
[WORKAROUND] qtbase: Skip tst_qstandardpaths.
* gnu/packages/qt.scm (qtbase)[#:phases]<check>: Also skip
“tst_qstandardpaths”.
---
gnu/packages/qt.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index f7470a1d75..daad90d305 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1097,6 +1097,9 @@ tst_qt_cmake_create.cpp"
;; "/home", "/etc" or "/root" and fail.
"tst_qcompleter"
"tst_qfiledialog"
+ ;; When using non-root daemon, the
environment:wrong-owner
+ ;; subtest fails.
+ "tst_qstandardpaths"
;; The following tests fail with: "Generation of UI
;; files were triggered in the second build", but could
;; pass in `guix shell --container`.