aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2011-05-20 11:34:11 +1000
committerYann Bodson <yann.bodson@nokia.com>2011-05-20 11:36:30 +1000
commit1ffe4f1b24ca1b75761259da0c9ceefb567f5cf8 (patch)
tree78eeeb5a45801c7beb236bc8a5c0da04f35c90db
parent58e5b724474ed48f9dff000aabc456d16c6d9921 (diff)
Skip test in qdeclarativeimage::noLoading (QTBUG-19425)
-rw-r--r--tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp b/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
index 26854ef9a4..8742e6c388 100644
--- a/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
+++ b/tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
@@ -581,6 +581,7 @@ void tst_qdeclarativeimage::noLoading()
QTRY_VERIFY(obj->status() == QDeclarativeImage::Ready);
QTRY_VERIFY(obj->progress() == 1.0);
QTRY_COMPARE(sourceSpy.count(), 4);
+ QSKIP("QTBUG-19425", SkipSingle);
QTRY_COMPARE(progressSpy.count(), 2);
QTRY_COMPARE(statusSpy.count(), 2);