mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Merge pull request #9500 from m-kuhn/disable_flaky_test_3d_mesh_text
Disable flaky 3D mesh rendering test
This commit is contained in:
commit
78351effd9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user