me
/
guix
Archived
1
0
Fork 0

gnu: qtdeclarative: Disable tst_qquickfolderdialogimpl test.

* gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the
tst_qquickfolderdialogimpl test as skipped in the check phase.
master
Maxim Cournoyer 2023-02-08 20:31:11 -05:00
parent b0e18601db
commit 640d27c2d6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 0 deletions

View File

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