summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbuspendingreply
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-13 16:27:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-13 17:16:58 +0100
commit29b34708469d3b5ce08c4d724e047a395a10caac (patch)
tree08d0d740c34cbe29e346b9192e4d9263a72bd9a0 /tests/auto/qdbuspendingreply
parentb5975e20c3760adc3032e87c1fb68253bbdbfea9 (diff)
tests: Mark tst_qdbus* tests as insignificant on OS X
D-Bus libraries were recently added to OS X 10.7 making these tests to be executed for first time. Task-number: QTBUG-37469 (cherry-picked from qtbase commit 9f87c3663d49a0a4c5affe6119ce399a6d0f5e7a) Change-Id: I7886614bcaab290c3d4fef94d93ee9ad7837a3ee Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/auto/qdbuspendingreply')
-rw-r--r--tests/auto/qdbuspendingreply/qdbuspendingreply.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdbuspendingreply/qdbuspendingreply.pro b/tests/auto/qdbuspendingreply/qdbuspendingreply.pro
index c649e4aaf5..03d013927c 100644
--- a/tests/auto/qdbuspendingreply/qdbuspendingreply.pro
+++ b/tests/auto/qdbuspendingreply/qdbuspendingreply.pro
@@ -2,3 +2,5 @@ load(qttest_p4)
requires(contains(QT_CONFIG, dbus))
QT = core dbus
SOURCES += tst_qdbuspendingreply.cpp
+
+macx:CONFIG += insignificant_test # QTBUG-37469