diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-09 12:39:56 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-11 16:15:04 (GMT) |
commit | 91922395c0af378e9b97ed82ab388171bba813c9 (patch) | |
tree | ef294be2a4bd6c711ebee4e531756f06d9494999 /tests/auto/qmacstyle | |
parent | 0e1345db78d2997b1a88a908d389ec9ee6613d75 (diff) | |
download | Qt-91922395c0af378e9b97ed82ab388171bba813c9.zip Qt-91922395c0af378e9b97ed82ab388171bba813c9.tar.gz Qt-91922395c0af378e9b97ed82ab388171bba813c9.tar.bz2 |
test: Remove insignificant_test from tst_qmacstyle
This test is now passing on all CI platforms.
Change-Id: I421a7f541e24f1f1ebad8a68cc599bbdd38a767a
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'tests/auto/qmacstyle')
-rw-r--r-- | tests/auto/qmacstyle/qmacstyle.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qmacstyle/qmacstyle.pro b/tests/auto/qmacstyle/qmacstyle.pro index 698ca1e..4a6ed72 100644 --- a/tests/auto/qmacstyle/qmacstyle.pro +++ b/tests/auto/qmacstyle/qmacstyle.pro @@ -1,4 +1,2 @@ load(qttest_p4) SOURCES += tst_qmacstyle.cpp - -CONFIG+=insignificant_test # QTQAINFRA-428 |