Skip to content

Commit

Permalink
Disable ultra-fragile mesh terrain rendering test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 5, 2021
1 parent 6bd66b1 commit ab19c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/3d/testqgs3drendering.cpp
Expand Up @@ -327,6 +327,9 @@ void TestQgs3DRendering::testTerrainShading()

void TestQgs3DRendering::testMeshTerrain()
{
if ( !QgsTest::runFlakyTests() )
QSKIP( "This test is flaky and disabled on CI" );

QgsRectangle fullExtent = mLayerMeshTerrain->extent();

Qgs3DMapSettings *map = new Qgs3DMapSettings;
Expand Down

0 comments on commit ab19c04

Please sign in to comment.