Marked tst_QProcess as insignificant on Windows.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 16 Apr 2012 23:53:21 +0000 (09:53 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 17 Apr 2012 05:36:35 +0000 (07:36 +0200)
This test hangs ~2.6% of the time in CI.

Task-number: QTBUG-25342
Change-Id: I2c3531140e15edfe2dc2524e101b84e3206a4e61
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
tests/auto/corelib/io/qprocess/test/test.pro

index fb21800..1ea4dc4 100644 (file)
@@ -14,3 +14,5 @@ installTestHelperApp("../testProcessSpacesArgs/nospace",testProcessSpacesArgs,no
 installTestHelperApp("../testProcessSpacesArgs/one space",testProcessSpacesArgs,"one space")
 installTestHelperApp("../testProcessSpacesArgs/two space s",testProcessSpacesArgs,"two space s")
 installTestHelperApp("../test Space In Name/testSpaceInName","test Space In Name",testSpaceInName)
+
+win32:CONFIG += insignificant_test # QTBUG-25342 - sometimes hangs