summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothservicediscoveryagent
diff options
context:
space:
mode:
authorTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-12-02 15:50:38 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2014-12-03 07:12:34 +0100
commit828603893f24db24975a327ad8141cb66826b0b0 (patch)
treefbd83d15059e307dacbcc59d039df6d4478cdd35 /tests/auto/qbluetoothservicediscoveryagent
parent78d90f1ec64fc7d588346c26d4270dc58c395e54 (diff)
Bluetooth auto test - OS X and iOS
Since now we run OS X on virtual machines without BT adapters, tests will fail unless specially adjusted. Disable them for the moment. Change-Id: I23e1c8be30354f4c1c481d1e3c6fb38ce4804630 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto/qbluetoothservicediscoveryagent')
-rw-r--r--tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro b/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
index 8d3d3669..2cc4a9e8 100644
--- a/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
+++ b/tests/auto/qbluetoothservicediscoveryagent/qbluetoothservicediscoveryagent.pro
@@ -4,7 +4,7 @@ CONFIG += testcase
QT = core concurrent bluetooth testlib
osx:QT += widgets
-
+osx:CONFIG += insignificant_test
blackberry {
LIBS += -lbtapi
}