aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-09-27 14:20:49 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-28 02:14:48 +0200
commitbfab659caa3fc1833f42d93366e4fc02a45ae7df (patch)
treeafeb4820f8c58db6d5b54f871a56c5fed2e5ac06 /tests
parent8126fb79b7e3f990995a231f10c1c1473ef2054e (diff)
[autotest] Abort an unstable test for developer build.
Task-number: QTBUG-21688 Change-Id: I732c6dc8baa7942521cf3b9d4960a3f405d07aa2 Reviewed-on: http://codereview.qt-project.org/5577 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsgimage/tst_qsgimage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgimage/tst_qsgimage.cpp b/tests/auto/declarative/qsgimage/tst_qsgimage.cpp
index 18770d0eb8..a5f135f205 100644
--- a/tests/auto/declarative/qsgimage/tst_qsgimage.cpp
+++ b/tests/auto/declarative/qsgimage/tst_qsgimage.cpp
@@ -485,7 +485,9 @@ void tst_qsgimage::tiling_QTBUG_6716()
void tst_qsgimage::tiling_QTBUG_6716_data()
{
QTest::addColumn<QString>("source");
+#ifdef QT_BUILD_INTERNAL // QTBUG-21688 - unstable test on developer build
QTest::newRow("vertical_tiling") << "/data/vtiling.qml";
+#endif
QTest::newRow("horizontal_tiling") << "/data/htiling.qml";
}