aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-10-28 16:14:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 10:39:13 +0100
commitd26bc93bac7356362fc11c6bf00608f9d8a4097c (patch)
treefe05a3d45ff20304c6514f8ed11164b83f737f91 /tests
parentb7878bccdece2402c6acf524b8f280f8f42821c1 (diff)
Disable DST related locale test temporarily
We prioritize getting other fixes into QtQml right now, so skip these tests. According bug is filed. Change-Id: I9b824e41d2164906b22282e75aa80a69a4ce5652 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qqmllocale/tst_qqmllocale.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmllocale/tst_qqmllocale.cpp b/tests/auto/qml/qqmllocale/tst_qqmllocale.cpp
index 8e3626ddf2..b92c722832 100644
--- a/tests/auto/qml/qqmllocale/tst_qqmllocale.cpp
+++ b/tests/auto/qml/qqmllocale/tst_qqmllocale.cpp
@@ -889,6 +889,10 @@ void tst_qqmllocale::dateToLocaleTimeStringFormatted_data()
void tst_qqmllocale::dateToLocaleTimeStringFormatted()
{
+#if defined(Q_OS_WIN)
+ // QTBUG-34406
+ QSKIP("These tests are not DST-proof under Windows");
+#endif
QFETCH(QString, locale);
QFETCH(QString, format);