diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-07 22:35:24 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-08 07:19:26 (GMT) |
commit | 282c002b6bc7237826874d90220772c2a501dd16 (patch) | |
tree | 498d51c0fb9d48b2bef1d7b26b0c5efb211c114c | |
parent | 624a92f1ee7e1c5b508fca97222cf58bf1fdda4f (diff) | |
download | Qt-282c002b6bc7237826874d90220772c2a501dd16.zip Qt-282c002b6bc7237826874d90220772c2a501dd16.tar.gz Qt-282c002b6bc7237826874d90220772c2a501dd16.tar.bz2 |
test: Remove insignificant_test from tst_qlocalsocket
This test is now passing on all CI platform
Change-Id: Ib16a0e1e914ae85271f751f66bdece7e4ec851b6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Simo Fält <simo.falt@digia.com>
-rw-r--r-- | tests/auto/qlocalsocket/test/test.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro index 4b887a1..b7e0786 100644 --- a/tests/auto/qlocalsocket/test/test.pro +++ b/tests/auto/qlocalsocket/test/test.pro @@ -47,5 +47,3 @@ wince*|symbian { requires(contains(QT_CONFIG,script)) } - -win32:CONFIG+=insignificant_test # QTQAINFRA-574 |