From 9a481e05046a8c6cd6016e417bbc0ac6c434a08e Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Tue, 14 May 2024 09:39:03 +0200 Subject: gnu: qtbase: Ignore tst_qsqlthread. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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(+) (limited to 'gnu') 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". -- cgit v1.2.3