Skip to content

Commit

Permalink
Disable flaky 3D mesh rendering test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 13, 2019
1 parent 857fe53 commit 2a41fd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/3d/testqgs3drendering.cpp
Expand Up @@ -314,6 +314,11 @@ void TestQgs3DRendering::testMapTheme()

void TestQgs3DRendering::testMesh()
{
// Disabled on travic ci. This test is flaky
// See https://travis-ci.org/qgis/QGIS/jobs/505456689#L1351
if ( QgsTest::isTravis() )
QSKIP( "This test is disabled on Travis CI environment" );

QgsRectangle fullExtent = mLayerMesh->extent();

Qgs3DMapSettings *map = new Qgs3DMapSettings;
Expand Down

0 comments on commit 2a41fd0

Please sign in to comment.