diff options
-rw-r--r-- | gnu/packages/qt.scm | 3 |
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. |