diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-05-14 09:39:03 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-06-03 19:56:29 +0200 |
commit | 9a481e05046a8c6cd6016e417bbc0ac6c434a08e (patch) | |
tree | 48d0bad51829c1729e5ffb50b6cc8d4ba69fa4ab /gnu | |
parent | a06e59a67749bb19cf3bca5463480ca6e75670b4 (diff) | |
download | guix-9a481e05046a8c6cd6016e417bbc0ac6c434a08e.tar.gz guix-9a481e05046a8c6cd6016e417bbc0ac6c434a08e.zip |
gnu: qtbase: Ignore tst_qsqlthread.
* gnu/packages/qt.scm (qtbase)[check]: Add “tst_qsqlthread” to the list of
ignored tests.
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 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". |