diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-03-30 09:56:02 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-30 14:40:19 +0200 |
commit | ac694214ca34c6bcb4c8f3fb5bb46fb178cb4a4b (patch) | |
tree | 996b43f35503d8598d53c3e4f137493888d89b1e /tests/auto/qtipc | |
parent | 20e2fa25bcf2562e9a6223f95538eb73a1091ece (diff) | |
download | qt4-tools-ac694214ca34c6bcb4c8f3fb5bb46fb178cb4a4b.tar.gz |
tests: Mark unstable test as insignificant on Windows
Marked the following tests insignificant due to failures, these need
to be fixed later and then re-enabled:
tst_qhttpnetworkconnection
tst_qsharedmemory
Task-number: QTQAINFRA-428
Change-Id: I9b4d5490291799c63ff07cb8bc676c37989a7c6b
Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
Diffstat (limited to 'tests/auto/qtipc')
-rw-r--r-- | tests/auto/qtipc/qsharedmemory/test/test.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qtipc/qsharedmemory/test/test.pro b/tests/auto/qtipc/qsharedmemory/test/test.pro index 4dea9cea3d..ab92ddd910 100644 --- a/tests/auto/qtipc/qsharedmemory/test/test.pro +++ b/tests/auto/qtipc/qsharedmemory/test/test.pro @@ -35,3 +35,5 @@ DEPLOYMENT += addFiles addBin } else { DEFINES += SRCDIR=\\\"$$PWD/../\\\" } + +win32:CONFIG+=insignificant_test # QTQAINFRA-428 |