diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-09 12:58:20 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-11 16:15:13 (GMT) |
commit | debf27c692f4779065ebc903d68f10b9e69d7c93 (patch) | |
tree | 30d3c5b669da427c387a4904af43bb6ccad9bb30 /tests/auto | |
parent | 7cd487a4482bdeeb984ad213b659474f795c3642 (diff) | |
download | Qt-debf27c692f4779065ebc903d68f10b9e69d7c93.zip Qt-debf27c692f4779065ebc903d68f10b9e69d7c93.tar.gz Qt-debf27c692f4779065ebc903d68f10b9e69d7c93.tar.bz2 |
test: Mark tst_qinputcontext as insignificant only on Mac OS X
This test has been passing lately for Linux and Windows.
Task-number: QTQAINFRA-574
Change-Id: Ib1d44ce284e3d0dcfa539376928cb41516a2059a
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qinputcontext/qinputcontext.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qinputcontext/qinputcontext.pro b/tests/auto/qinputcontext/qinputcontext.pro index 8cd956d..681c54b 100644 --- a/tests/auto/qinputcontext/qinputcontext.pro +++ b/tests/auto/qinputcontext/qinputcontext.pro @@ -7,4 +7,4 @@ symbian { LIBS += -lws32 -lcone } -CONFIG+=insignificant_test # QTQAINFRA-428 +macx:CONFIG+=insignificant_test # QTQAINFRA-547 |