[WORKAROUND] qtbase: Skip tst_qstandardpaths.

* gnu/packages/qt.scm (qtbase)[#:phases]<check>: Also skip “tst_qstandardpaths”.
This commit is contained in:
Liliana Marie Prikler 2025-09-04 18:05:02 +02:00
parent 42765e99f3
commit 6bd2809e35
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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`.