diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-08 20:31:11 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-02-08 20:34:04 -0500 |
commit | 640d27c2d68cfc621c5b49a8b26aa2c15f3208ea (patch) | |
tree | f4236b14c690f695151d4736f056898994f022e7 /gnu | |
parent | b0e18601db2daa3c026baa349e5255d4269b5185 (diff) | |
download | guix-640d27c2d68cfc621c5b49a8b26aa2c15f3208ea.tar.gz |
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')
-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. |