Marked tst_QProcess as insignificant on Windows.

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>
This commit is contained in:
Rohan McGovern 2012-04-17 09:53:21 +10:00 committed by Qt by Nokia
parent 5a57ddebf5
commit 4e282e3ea2

View 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