Skip to content

Commit

Permalink
Merge pull request #9500 from m-kuhn/disable_flaky_test_3d_mesh_text
Browse files Browse the repository at this point in the history
Disable flaky 3D mesh rendering test
  • Loading branch information
m-kuhn committed Mar 13, 2019
2 parents 60ad7f9 + 2a41fd0 commit 78351ef
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 78351ef

Please sign in to comment.