commit: c2372b38dc753b047f9b5bd65fb0c49ad8cf5ff8 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 09:58:54 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Sep 18 10:04:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2372b38
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 <AT> gentoo.org> dev-qt/qtremoteobjects/qtremoteobjects-6.9.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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
