summaryrefslogtreecommitdiff
path: root/dev-qt/qtremoteobjects/qtremoteobjects-6.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtremoteobjects/qtremoteobjects-6.9999.ebuild')
-rw-r--r--dev-qt/qtremoteobjects/qtremoteobjects-6.9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-qt/qtremoteobjects/qtremoteobjects-6.9999.ebuild b/dev-qt/qtremoteobjects/qtremoteobjects-6.9999.ebuild
index 49b703f47ebd..62948acc2c91 100644
--- a/dev-qt/qtremoteobjects/qtremoteobjects-6.9999.ebuild
+++ b/dev-qt/qtremoteobjects/qtremoteobjects-6.9999.ebuild
@@ -34,6 +34,11 @@ src_configure() {
}
src_test() {
+ local CMAKE_SKIP_TESTS=(
+ # rarely fails randomly even with -j1, not looked further into
+ tst_modelview
+ )
+
# tests re-use 127.0.0.1:65213 and randomly fail if ran at same time
qt6-build_src_test -j1
}