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:
Ionen Wolkens
2025-09-18 05:58:54 -04:00
parent a22e48238f
commit c2372b38dc

View File

@@ -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