cbaines pushed a commit to branch gnome-team
in repository guix.

commit 265ed92c404704e01e11bc0b25a6090db53bcd15
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Tue May 14 09:39:03 2024 +0200

    gnu: qtbase: Ignore tst_qsqlthread.
    
    * gnu/packages/qt.scm (qtbase)[check]: Add “tst_qsqlthread” to the list of
    ignored tests.
---
 gnu/packages/qt.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 13f54fcc5d..1416c3a36c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -899,6 +899,9 @@ tst_qt_cmake_create.cpp"
                        ;; TODO: when core-updates is merged, check again.
                        "tst_selftests"
 
+                       ;; The 'tst_qsqlthread' test sometimes fails.
+                       "tst_qsqlthread"
+
                        ;; The 'tst_qsystemsemaphore' test sometimes fails.
                        "tst_qsystemsemaphore"
                        ;; The 'tst_moc' test fails with "'fi.exists()' 
returned FALSE".

Reply via email to