Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disable correct test
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
tests/src/3d/testqgs3drendering.cpp
|
@@ -691,11 +691,6 @@ void TestQgs3DRendering::testMapTheme() |
|
|
|
|
|
void TestQgs3DRendering::testMesh() |
|
|
{ |
|
|
if ( QgsTest::isCIRun() ) |
|
|
{ |
|
|
QSKIP( "Intermittently fails on CI" ); |
|
|
} |
|
|
|
|
|
QgsRectangle fullExtent = mLayerMeshDataset->extent(); |
|
|
|
|
|
Qgs3DMapSettings *map = new Qgs3DMapSettings; |
|
@@ -729,6 +724,11 @@ void TestQgs3DRendering::testMesh() |
|
|
|
|
|
void TestQgs3DRendering::testMeshSimplified() |
|
|
{ |
|
|
if ( QgsTest::isCIRun() ) |
|
|
{ |
|
|
QSKIP( "Intermittently fails on CI" ); |
|
|
} |
|
|
|
|
|
QgsMeshSimplificationSettings simplificationSettings; |
|
|
simplificationSettings.setEnabled( true ); |
|
|
simplificationSettings.setReductionFactor( 3 ); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.