gnu: qtbase: Ignore tst_qsqlthread.
* gnu/packages/qt.scm (qtbase)[check]: Add “tst_qsqlthread” to the list of ignored tests.master
parent
a06e59a677
commit
9a481e0504
gnu/packages
|
@ -899,6 +899,9 @@ tst_qt_cmake_create.cpp"
|
||||||
;; TODO: when core-updates is merged, check again.
|
;; TODO: when core-updates is merged, check again.
|
||||||
"tst_selftests"
|
"tst_selftests"
|
||||||
|
|
||||||
|
;; The 'tst_qsqlthread' test sometimes fails.
|
||||||
|
"tst_qsqlthread"
|
||||||
|
|
||||||
;; The 'tst_qsystemsemaphore' test sometimes fails.
|
;; The 'tst_qsystemsemaphore' test sometimes fails.
|
||||||
"tst_qsystemsemaphore"
|
"tst_qsystemsemaphore"
|
||||||
;; The 'tst_moc' test fails with "'fi.exists()' returned FALSE".
|
;; The 'tst_moc' test fails with "'fi.exists()' returned FALSE".
|
||||||
|
|
Reference in New Issue