aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgimage/tst_qsgimage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgimage/tst_qsgimage.cpp')
-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";
}