diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-03-18 04:35:01 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-03-18 04:36:33 (GMT) |
commit | 4731b836a4754d6f3a403db5be8b9d3bf6de1570 (patch) | |
tree | 8652d928478efa1a04fef41896f18e4651730b25 /tests/auto | |
parent | 014c811f8d178d585c4b05d8d35361dc93a5133d (diff) | |
download | Qt-4731b836a4754d6f3a403db5be8b9d3bf6de1570.zip Qt-4731b836a4754d6f3a403db5be8b9d3bf6de1570.tar.gz Qt-4731b836a4754d6f3a403db5be8b9d3bf6de1570.tar.bz2 |
Skip test, to be fixed.
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp b/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp index 576fe21..0892402 100644 --- a/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp +++ b/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp @@ -290,6 +290,8 @@ void tst_QDeclarativeListModel::dynamic_worker_data() void tst_QDeclarativeListModel::dynamic_worker() { + QSKIP("Skip, awaiting imminent fixes", SkipAll); + QFETCH(QString, script); QFETCH(int, result); QFETCH(QString, warning); |