mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: qtdeclarative: Disable tst_qquickfolderdialogimpl test.
* gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the tst_qquickfolderdialogimpl test as skipped in the check phase.
This commit is contained in:
parent
b0e18601db
commit
640d27c2d6
1 changed files with 3 additions and 0 deletions
|
@ -1291,6 +1291,9 @@ with JavaScript and C++.")))
|
||||||
;; load (see:
|
;; load (see:
|
||||||
;; https://bugreports.qt.io/browse/QTBUG-111008).
|
;; https://bugreports.qt.io/browse/QTBUG-111008).
|
||||||
"tst_qqmlprofilerservice"
|
"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
|
;; These test fail when running qmlimportscanner; perhaps
|
||||||
;; an extra CMAKE_PREFIX_PATH location is missing to
|
;; an extra CMAKE_PREFIX_PATH location is missing to
|
||||||
;; correctly locate the imports.
|
;; correctly locate the imports.
|
||||||
|
|
Loading…
Add table
Reference in a new issue