From 640d27c2d68cfc621c5b49a8b26aa2c15f3208ea Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 8 Feb 2023 20:31:11 -0500 Subject: gnu: qtdeclarative: Disable tst_qquickfolderdialogimpl test. * gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the tst_qquickfolderdialogimpl test as skipped in the check phase. --- gnu/packages/qt.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/qt.scm') 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. -- cgit v1.2.3