summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qdom/tst_qdom.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdom/tst_qdom.cpp b/tests/auto/qdom/tst_qdom.cpp
index 0d58554e..f3a7909 100644
--- a/tests/auto/qdom/tst_qdom.cpp
+++ b/tests/auto/qdom/tst_qdom.cpp
@@ -322,7 +322,9 @@ void tst_QDom::toString_01_data()
*/
void tst_QDom::toString_01()
{
+#ifdef Q_OS_WIN
QFAIL("make test fail instead of timing out, will be fixed later (QT-2357)");
+#endif
QFETCH(QString, fileName);
QFile f(fileName);