Skip to content

Commit 78351ef

Browse files
authoredMar 13, 2019
Merge pull request #9500 from m-kuhn/disable_flaky_test_3d_mesh_text
Disable flaky 3D mesh rendering test
2 parents 60ad7f9 + 2a41fd0 commit 78351ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎tests/src/3d/testqgs3drendering.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,11 @@ void TestQgs3DRendering::testMapTheme()
314314

315315
void TestQgs3DRendering::testMesh()
316316
{
317+
// Disabled on travic ci. This test is flaky
318+
// See https://travis-ci.org/qgis/QGIS/jobs/505456689#L1351
319+
if ( QgsTest::isTravis() )
320+
QSKIP( "This test is disabled on Travis CI environment" );
321+
317322
QgsRectangle fullExtent = mLayerMesh->extent();
318323

319324
Qgs3DMapSettings *map = new Qgs3DMapSettings;

0 commit comments

Comments
 (0)
Please sign in to comment.