aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-06-22 18:50:49 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2011-06-22 18:50:49 +1000
commit3782ecfc796c6c6948694d8b212d3f90e36c54f4 (patch)
treed28dec369182c903248a0aa08cd83cf1db0ea2e9
parentf526df4324f38f8dbbc72c9a4f3d48cef0ae3c03 (diff)
Skip broken test
-rw-r--r--tests/auto/declarative/nodes/tst_nodestest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/nodes/tst_nodestest.cpp b/tests/auto/declarative/nodes/tst_nodestest.cpp
index a1b0a6ac91..acfc02c844 100644
--- a/tests/auto/declarative/nodes/tst_nodestest.cpp
+++ b/tests/auto/declarative/nodes/tst_nodestest.cpp
@@ -220,6 +220,8 @@ void NodesTest::simulatedEffect_data()
void NodesTest::simulatedEffect()
{
+ QSKIP("QTBUG-20029", SkipAll);
+
QFETCH(bool, connected);
QSGRootNode root;