From 392123e755e9e62d1071baf90a7216d2d5450aba Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Thu, 20 May 2010 11:21:00 +0200 Subject: [PATCH] QmlDesigner: skip test --- tests/auto/qml/qmldesigner/coretests/testcore.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.cpp b/tests/auto/qml/qmldesigner/coretests/testcore.cpp index ed41208ff20..bacf35716cb 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); -- GitLab