summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlocale/test
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-04-13 15:14:35 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-13 07:18:24 +0200
commitb7486591cd114351c755b9e8b2bfe5d175461ec9 (patch)
treedba5671411e81d7e34c56cac5343422490e48fa0 /tests/auto/corelib/tools/qlocale/test
parent8e943bbf5de795d3bffbe843f5ddb26b6943317b (diff)
test: marked tst_qlocale as insignificant on Windows
This test hangs 2-3% of the time. Task-number: QTBUG-25284 Change-Id: I32e01696262be2de7e015b8f811d1666551426cc Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests/auto/corelib/tools/qlocale/test')
-rw-r--r--tests/auto/corelib/tools/qlocale/test/test.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qlocale/test/test.pro b/tests/auto/corelib/tools/qlocale/test/test.pro
index 24dcc0638a..28e127e307 100644
--- a/tests/auto/corelib/tools/qlocale/test/test.pro
+++ b/tests/auto/corelib/tools/qlocale/test/test.pro
@@ -17,3 +17,4 @@ load(testcase) # for target.path and installTestHelperApp()
installTestHelperApp("../syslocaleapp/syslocaleapp",syslocaleapp,syslocaleapp)
mac: CONFIG += insignificant_test # QTBUG-22769
+win32:CONFIG+= insignificant_test # QTBUG-25284