aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/declarative/qsgtext/tst_qsgtext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgtext/tst_qsgtext.cpp b/tests/auto/declarative/qsgtext/tst_qsgtext.cpp
index 310b132537..27db79b640 100644
--- a/tests/auto/declarative/qsgtext/tst_qsgtext.cpp
+++ b/tests/auto/declarative/qsgtext/tst_qsgtext.cpp
@@ -474,6 +474,8 @@ void tst_qsgtext::alignments_data()
void tst_qsgtext::alignments()
{
+ QSKIP("Text alignment pixmap comparison tests will not work with scenegraph", SkipAll);
+
QFETCH(int, hAlign);
QFETCH(int, vAlign);
QFETCH(QString, expectfile);