Skip to content

Commit

Permalink
Disable correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 8, 2021
1 parent 36a07f7 commit 4e6a01d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/src/3d/testqgs3drendering.cpp
Expand Up @@ -691,11 +691,6 @@ void TestQgs3DRendering::testMapTheme()

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

QgsRectangle fullExtent = mLayerMeshDataset->extent();

Qgs3DMapSettings *map = new Qgs3DMapSettings;
Expand Down Expand Up @@ -729,6 +724,11 @@ 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 4e6a01d

Please sign in to comment.