summaryrefslogtreecommitdiff
path: root/dev-qt/qtremoteobjects
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-09-18 05:58:54 -0400
committerIonen Wolkens <ionen@gentoo.org>2025-09-18 06:04:24 -0400
commitc2372b38dc753b047f9b5bd65fb0c49ad8cf5ff8 (patch)
treeae861c7ef747aca0c82a7b8e839ebd7ce0f743c4 /dev-qt/qtremoteobjects
parenta22e48238ff5c8e3cdd638aa3d06b575d9756d58 (diff)
downloadgentoo-c2372b38dc753b047f9b5bd65fb0c49ad8cf5ff8.tar.gz
gentoo-c2372b38dc753b047f9b5bd65fb0c49ad8cf5ff8.tar.bz2
gentoo-c2372b38dc753b047f9b5bd65fb0c49ad8cf5ff8.zip
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>
Diffstat (limited to 'dev-qt/qtremoteobjects')
-rw-r--r--dev-qt/qtremoteobjects/qtremoteobjects-6.9.2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-qt/qtremoteobjects/qtremoteobjects-6.9.2.ebuild b/dev-qt/qtremoteobjects/qtremoteobjects-6.9.2.ebuild
index 5a992a36755d..34d0f6fff5b5 100644
--- a/dev-qt/qtremoteobjects/qtremoteobjects-6.9.2.ebuild
+++ b/dev-qt/qtremoteobjects/qtremoteobjects-6.9.2.ebuild
@@ -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