diff --git a/tests/src/core/testqgslabelingengine.cpp b/tests/src/core/testqgslabelingengine.cpp index 8d068bbab13..37366863826 100644 --- a/tests/src/core/testqgslabelingengine.cpp +++ b/tests/src/core/testqgslabelingengine.cpp @@ -5159,7 +5159,6 @@ void TestQgsLabelingEngine::testRotationBasedOrientationPointHtmlLabel() QgsDefaultLabelingEngine engine; engine.setMapSettings( mapSettings ); engine.addProvider( new QgsVectorLayerLabelProvider( vl, QString(), true, &settings ) ); - //engine.setFlags( QgsLabelingEngine::RenderOutlineLabels | QgsLabelingEngine::DrawLabelRectOnly ); engine.run( context ); p.end();