diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-03-05 14:44:00 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-05 14:50:47 (GMT) |
commit | 0476c6b6d53f2ec55d261099b2e98e851a8f5a43 (patch) | |
tree | a3a7179fd1e2f4e70a782bbe0b830f6277168a31 | |
parent | 39c73a8d66c05fb792dac722a88b745eab90feda (diff) | |
download | Qt-0476c6b6d53f2ec55d261099b2e98e851a8f5a43.zip Qt-0476c6b6d53f2ec55d261099b2e98e851a8f5a43.tar.gz Qt-0476c6b6d53f2ec55d261099b2e98e851a8f5a43.tar.bz2 |
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_qprocess
Task-number: QTQAINFRA-428
Change-Id: Ie7a1e28671f3b7ba709822f724a23aeb70d1ae53
Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
-rw-r--r-- | tests/auto/qprocess/test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qprocess/test/test.pro b/tests/auto/qprocess/test/test.pro index f2d498e..ff00457 100644 --- a/tests/auto/qprocess/test/test.pro +++ b/tests/auto/qprocess/test/test.pro @@ -123,4 +123,4 @@ symbian: { DEPLOYMENT += binDep } -mac*:CONFIG+=insignificant_test # QTQAINFRA-428 +win32|mac*:CONFIG+=insignificant_test # QTQAINFRA-428 |