summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-05-08 11:02:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-08 11:08:25 +0200
commit613993d3f98dfbcf8bdea4a7bd0456c33abf8c3a (patch)
tree269e474cf09de9f6e2074daa8ea87811a357dc62
parentfc8b37ce989d70c28f4bb4cc0dd939809f645ec6 (diff)
downloadqt4-tools-613993d3f98dfbcf8bdea4a7bd0456c33abf8c3a.tar.gz
test: Mark tst_qtableview as insignificant only on Windows
This test has been passing lately for Linux and Mac. Task-number: QTQAINFRA-574 Change-Id: I4e1a95d66596b29a926a92dae325fd2fbb114d81 Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--tests/auto/qtableview/qtableview.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtableview/qtableview.pro b/tests/auto/qtableview/qtableview.pro
index cdec41f6eb..cc2aa4cac5 100644
--- a/tests/auto/qtableview/qtableview.pro
+++ b/tests/auto/qtableview/qtableview.pro
@@ -4,4 +4,4 @@ TARGET = tst_qtableview
QT += testlib
SOURCES += tst_qtableview.cpp
-CONFIG+=insignificant_test # QTQAINFRA-428
+win32:CONFIG+=insignificant_test # QTQAINFRA-574