From 4e282e3ea23972e8a28915cd57ede214d89d840d Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 17 Apr 2012 09:53:21 +1000 Subject: [PATCH] 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 --- tests/auto/corelib/io/qprocess/test/test.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/corelib/io/qprocess/test/test.pro b/tests/auto/corelib/io/qprocess/test/test.pro index fb21800976..1ea4dc4276 100644 --- a/tests/auto/corelib/io/qprocess/test/test.pro +++ b/tests/auto/corelib/io/qprocess/test/test.pro @@ -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