diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-08 09:02:05 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-08 09:08:25 (GMT) |
commit | 613993d3f98dfbcf8bdea4a7bd0456c33abf8c3a (patch) | |
tree | 269e474cf09de9f6e2074daa8ea87811a357dc62 /tests/auto | |
parent | fc8b37ce989d70c28f4bb4cc0dd939809f645ec6 (diff) | |
download | Qt-613993d3f98dfbcf8bdea4a7bd0456c33abf8c3a.zip Qt-613993d3f98dfbcf8bdea4a7bd0456c33abf8c3a.tar.gz Qt-613993d3f98dfbcf8bdea4a7bd0456c33abf8c3a.tar.bz2 |
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>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qtableview/qtableview.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtableview/qtableview.pro b/tests/auto/qtableview/qtableview.pro index cdec41f..cc2aa4c 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 |