summaryrefslogtreecommitdiff
path: root/tests/auto/qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/testcore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.cpp b/tests/auto/qml/qmldesigner/coretests/testcore.cpp
index eaeeb0d2e2..f980c55f1f 100644
--- a/tests/auto/qml/qmldesigner/coretests/testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/testcore.cpp
@@ -804,8 +804,6 @@ void TestCore::testRewriterForGradientMagic()
" }\n"
"}");
- QSKIP("See BAUHAUS-674", SkipAll);
-
QPlainTextEdit textEdit;
textEdit.setPlainText(qmlString);
NotIndentingTextEditModifier modifier(&textEdit);