mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qtremoteobjects: skip test using expired certs
The ssl tests themselves have certs and they expired (not installed), feel not really worth backporting updates esp. given the patch is big updating these .crt/.pem/.key files. Will be fixed in 6.9.3+6.10.0 so not touching live ebuilds. Bug: https://bugs.gentoo.org/963003 Closes: https://bugs.gentoo.org/963041 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -37,6 +37,8 @@ src_test() {
|
||||
local CMAKE_SKIP_TESTS=(
|
||||
# rarely fails randomly even with -j1, not looked further into
|
||||
tst_modelview
|
||||
# certs in the tests expired, not worth backporting updates (bug #963041)
|
||||
tst_external_IODevice
|
||||
)
|
||||
|
||||
# tests re-use 127.0.0.1:65213 and randomly fail if ran at same time
|
||||
|
||||
Reference in New Issue
Block a user