summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-05-09 11:28:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-11 18:14:45 +0200
commit523d9599edc4ede584fc80d3738339e9e7721002 (patch)
tree9cb082317de2776b5694cf44c023d67e78b2796b
parent7b18c792d0575901d403e475472b9632280f54e7 (diff)
downloadqt4-tools-523d9599edc4ede584fc80d3738339e9e7721002.tar.gz
test: Mark tst_qstylesheetstyle as insignificant only on Mac OS X
This test has been passing lately for Linux and Windows. Task-number: QTQAINFRA-574 Change-Id: I7a3001381df805c9424b694197a92b467d69c1bc Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--tests/auto/qstylesheetstyle/qstylesheetstyle.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstylesheetstyle/qstylesheetstyle.pro b/tests/auto/qstylesheetstyle/qstylesheetstyle.pro
index be21df78b1..0266afe5b2 100644
--- a/tests/auto/qstylesheetstyle/qstylesheetstyle.pro
+++ b/tests/auto/qstylesheetstyle/qstylesheetstyle.pro
@@ -5,4 +5,4 @@ SOURCES += tst_qstylesheetstyle.cpp
RESOURCES += resources.qrc
requires(contains(QT_CONFIG,private_tests))
-CONFIG+=insignificant_test # QTQAINFRA-428
+macx:CONFIG+=insignificant_test # QTQAINFRA-574