summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-02-08 20:31:11 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-02-08 20:34:04 -0500
commit640d27c2d68cfc621c5b49a8b26aa2c15f3208ea (patch)
treef4236b14c690f695151d4736f056898994f022e7 /gnu/packages/qt.scm
parentb0e18601db2daa3c026baa349e5255d4269b5185 (diff)
gnu: qtdeclarative: Disable tst_qquickfolderdialogimpl test.
* gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the tst_qquickfolderdialogimpl test as skipped in the check phase.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r--gnu/packages/qt.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 54688a63bb..da18395efc 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1291,6 +1291,9 @@ with JavaScript and C++.")))
;; load (see:
;; https://bugreports.qt.io/browse/QTBUG-111008).
"tst_qqmlprofilerservice"
+ ;; This one also causes non-determinstic failures (see:
+ ;; https://bugreports.qt.io/browse/QTBUG-101488).
+ "tst_qquickfolderdialogimpl"
;; These test fail when running qmlimportscanner; perhaps
;; an extra CMAKE_PREFIX_PATH location is missing to
;; correctly locate the imports.