Skip failing test
authorBea Lam <bea.lam@nokia.com>
Thu, 2 Aug 2012 03:40:44 +0000 (13:40 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 2 Aug 2012 03:44:36 +0000 (05:44 +0200)
tst_qqmlxmlhttprequest::stateChangeCallingContext() sometimes fails
on Windows.

Change-Id: Ib755c614e23587e6ea216da5c9108100a0f05d39
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>

tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp

index 8f57594..c815113 100644 (file)
@@ -1159,6 +1159,10 @@ void tst_qqmlxmlhttprequest::cdata()
 
 void tst_qqmlxmlhttprequest::stateChangeCallingContext()
 {
+#ifdef Q_OS_WIN
+    QSKIP("QTBUG-26738");
+#endif
+
     // ensure that we don't crash by attempting to evaluate
     // without a valid calling context.