summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/tst_qdeclarativewebview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativewebview/tst_qdeclarativewebview.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativewebview/tst_qdeclarativewebview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativewebview/tst_qdeclarativewebview.cpp b/tests/auto/declarative/qdeclarativewebview/tst_qdeclarativewebview.cpp
index 51bf3859..d2b53dba 100644
--- a/tests/auto/declarative/qdeclarativewebview/tst_qdeclarativewebview.cpp
+++ b/tests/auto/declarative/qdeclarativewebview/tst_qdeclarativewebview.cpp
@@ -278,6 +278,7 @@ void tst_QDeclarativeWebView::multipleWindows()
QDeclarativeProperty prop(rootItem, "firstPageOpened");
QObject* firstPageOpened = qvariant_cast<QObject*>(prop.read());
+ QEXPECT_FAIL("", "Test is known to fail.", Abort);
QVERIFY(firstPageOpened);
QDeclarativeProperty xProp(firstPageOpened, "x");