Really marked tst_QProcess as insignificant on Windows.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 18 Apr 2012 23:43:24 +0000 (09:43 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 18 Apr 2012 23:57:58 +0000 (01:57 +0200)
commit1464081dfb68ac4f76be5bcd22e246dfc5f2b438
treedc35ea11a73d1f8a40e890ce68a5fd6c6cf2fbeb
parent22042dd769db15cf2b802270a2aee3039bd114d1
Really marked tst_QProcess as insignificant on Windows.

This test hangs ~2.6% of the time in CI.

The previous commit which attempted to mark this test as insignificant
did not work due to this .pro file doing a load(testcase) prior to the
line which set CONFIG += insignificant_test.  testcase.prf must be
loaded _after_ insignificant_test is set.

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