diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-09 09:28:52 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-11 16:14:45 (GMT) |
commit | 523d9599edc4ede584fc80d3738339e9e7721002 (patch) | |
tree | 9cb082317de2776b5694cf44c023d67e78b2796b | |
parent | 7b18c792d0575901d403e475472b9632280f54e7 (diff) | |
download | Qt-523d9599edc4ede584fc80d3738339e9e7721002.zip Qt-523d9599edc4ede584fc80d3738339e9e7721002.tar.gz Qt-523d9599edc4ede584fc80d3738339e9e7721002.tar.bz2 |
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.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstylesheetstyle/qstylesheetstyle.pro b/tests/auto/qstylesheetstyle/qstylesheetstyle.pro index be21df7..0266afe 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 |