diff options
-rw-r--r-- | gnu/packages/qt.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 8084504e71..ff22af2839 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -998,7 +998,11 @@ tst_qt_cmake_create.cpp" ;; "'Unable to fetch row' || 'database is ;; locked'" (see: ;; https://bugreports.qt.io/browse/QTBUG-117114). - "tst_qsqlthread"))) + "tst_qsqlthread" + + ;; The 'tst_qxmlstream' can time out (see: + ;; https://bugreports.qt.io/projects/QTBUG/issues/QTBUG-123778). + "tst_qxmlstream"))) ((target-x86-32?) #~((list ;; QCOMPARE(qRound(actual), expected) returned TRUE |