summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-05-20 11:21:00 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-05-20 11:21:25 +0200
commit392123e755e9e62d1071baf90a7216d2d5450aba (patch)
treec99ce9d64e3358017d30efa938d47a0406c7b6f3 /tests
parentdc38ed3372091f4c3d3812667c2a619116d8ee2d (diff)
downloadqt-creator-392123e755e9e62d1071baf90a7216d2d5450aba.tar.gz
QmlDesigner: skip test
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/testcore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.cpp b/tests/auto/qml/qmldesigner/coretests/testcore.cpp
index ed41208ff2..bacf35716c 100644
--- a/tests/auto/qml/qmldesigner/coretests/testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/testcore.cpp
@@ -736,6 +736,8 @@ void TestCore::testRewriterForGradientMagic()
" }\n"
"}");
+ QSKIP("See BAUHAUS-674", SkipAll);
+
QPlainTextEdit textEdit;
textEdit.setPlainText(qmlString);
NotIndentingTextEditModifier modifier(&textEdit);