summaryrefslogtreecommitdiff
path: root/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild')
-rw-r--r--dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild b/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild
index ed231522887f..47506d7b4b09 100644
--- a/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild
+++ b/dev-qt/qtconnectivity/qtconnectivity-6.5.2.ebuild
@@ -27,7 +27,13 @@ RDEPEND="
DEPEND="${RDEPEND}"
CMAKE_SKIP_TESTS=(
- # most hardware tests are skipped, but seems(?) this one detects and fails
+ # most hardware tests are auto-skipped, but some still misbehave
+ # if bluez/hardware is available (generally tests here may not be
+ # very relevant without hardware, lists may need to be extended)
+ tst_qbluetoothlocaldevice
+ tst_qbluetoothserver
+ tst_qbluetoothservicediscoveryagent
+ tst_qbluetoothserviceinfo
tst_qlowenergycontroller
)