From: Toby Tomkins Date: Tue, 27 Sep 2011 04:20:49 +0000 (+1000) Subject: [autotest] Abort an unstable test for developer build. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=bfab659caa3fc1833f42d93366e4fc02a45ae7df;p=konrad%2Fqtdeclarative.git [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 Reviewed-by: Michael Brasser --- diff --git a/tests/auto/declarative/qsgimage/tst_qsgimage.cpp b/tests/auto/declarative/qsgimage/tst_qsgimage.cpp index 18770d0..a5f135f 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("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"; }