From 2a41fd0c7d591851b96aef0cc0e64b8217ad1e50 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 13 Mar 2019 07:30:57 +0100 Subject: [PATCH] Disable flaky 3D mesh rendering test --- tests/src/3d/testqgs3drendering.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/src/3d/testqgs3drendering.cpp b/tests/src/3d/testqgs3drendering.cpp index 896ebe50169..4149b3a8fc3 100644 --- a/tests/src/3d/testqgs3drendering.cpp +++ b/tests/src/3d/testqgs3drendering.cpp @@ -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;