summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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