gnu: qtbase: Disable the "tst_qobjectrace" test.
* gnu/packages/qt.scm (qtbase) [arguments]: Skip the "tst_qobjectrace" in the check phase.
This commit is contained in:
parent
29f2149ff6
commit
a3b19f5838
@ -772,6 +772,9 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
||||
;; Actual (dt5.offsetFromUtc()): 0
|
||||
;; Expected (46800) : 46800
|
||||
"tst_qdatetime"
|
||||
;; The tst_QObjectRace::destroyRace is flaky (see:
|
||||
;; https://bugreports.qt.io/browse/QTBUG-103489).
|
||||
"tst_qobjectrace"
|
||||
;; The 'tst_QSettings::fromFile' assumes the data
|
||||
;; location to be relative to the root directory and
|
||||
;; fails.
|
||||
|
Loading…
Reference in New Issue
Block a user