From 29b34708469d3b5ce08c4d724e047a395a10caac Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 13 Mar 2014 16:27:44 +0100 Subject: 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 --- tests/auto/qdbuspendingreply/qdbuspendingreply.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/qdbuspendingreply') 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 -- cgit v1.2.3