Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to enable testMeshSimplified in CI
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Mar 1, 2021
1 parent 9b53791 commit 18bdcf0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/src/3d/testqgs3drendering.cpp
Expand Up @@ -724,11 +724,6 @@ void TestQgs3DRendering::testMesh()

void TestQgs3DRendering::testMeshSimplified()
{
if ( QgsTest::isCIRun() )
{
QSKIP( "Intermittently fails on CI" );
}

QgsMeshSimplificationSettings simplificationSettings;
simplificationSettings.setEnabled( true );
simplificationSettings.setReductionFactor( 3 );
Expand Down

0 comments on commit 18bdcf0

Please sign in to comment.