Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable ultra-fragile mesh terrain rendering test on CI (#44725)
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
qgis-bot and nyalldawson committed Aug 17, 2021
1 parent 84f5d18 commit ff98a38
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 ff98a38

Please sign in to comment.