Merge pull request #9500 from m-kuhn/disable_flaky_test_3d_mesh_text

Disable flaky 3D mesh rendering test
This commit is contained in:
Matthias Kuhn 2019-03-13 08:11:29 +01:00 committed by GitHub
commit 78351effd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;