guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 678f2e3db43d6a20c08dc4b888f57f1ba96730ef
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 3 14:51:13 2026 +0900
gnu: qtdeclarative: Skip flaky tst_qqmlqt test.
* gnu/packages/qt.scm (qtdeclarative) [#:phases] {check}: Skip tst_qqmlqt
test.
---
gnu/packages/qt.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 213a141dd2..263445f4b1 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1876,10 +1876,13 @@ with JavaScript and C++.")))
"("
(string-join
(list
- ;; The 'tst_qmltyperegistrar' tests may fail
+ ;; The 'tst_qmltyperegistrar' test may fail
;; non-deterministically (see:
;; https://bugreports.qt.io/browse/QTBUG-123634).
"tst_qmltyperegistrar"
+ ;; The 'tst_qqmlqt' test may fail non-deterministically
+ ;; (see:
<https://qt-project.atlassian.net/browse/QTBUG-148723>).
+ "tst_qqmlqt"
;; This test is marked as flaky upstream (see:
;; https://bugreports.qt.io/browse/QTBUG-101488).
"tst_qquickfiledialogimpl"