summaryrefslogtreecommitdiffstats
path: root/tests/auto/qprocess
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-03-05 15:44:00 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-05 15:50:47 +0100
commit0476c6b6d53f2ec55d261099b2e98e851a8f5a43 (patch)
treea3a7179fd1e2f4e70a782bbe0b830f6277168a31 /tests/auto/qprocess
parent39c73a8d66c05fb792dac722a88b745eab90feda (diff)
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>
Diffstat (limited to 'tests/auto/qprocess')
-rw-r--r--tests/auto/qprocess/test/test.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qprocess/test/test.pro b/tests/auto/qprocess/test/test.pro
index f2d498e148..ff00457746 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