Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Temporarily disable the Find Projection test, which is very slow to r…
- Loading branch information
Showing
with
15 additions
and
12 deletions.
-
+15
−12
python/plugins/processing/tests/testdata/qgis_algorithm_tests3.yaml
|
@@ -284,18 +284,21 @@ tests: |
|
|
name: expected/explode_compound_curve.shp |
|
|
type: vector |
|
|
|
|
|
- algorithm: qgis:findprojection |
|
|
name: Find projection |
|
|
params: |
|
|
INPUT: |
|
|
name: custom/find_projection.gml |
|
|
type: vector |
|
|
TARGET_AREA: 151.1198,151.1368,-33.9118,-33.9003 |
|
|
TARGET_AREA_CRS: EPSG:4326 |
|
|
results: |
|
|
OUTPUT: |
|
|
name: expected/projection_candidates.gml |
|
|
type: vector |
|
|
# This is VERY slow on proj 6+ builds due to the excessive amount of message log noise it causes to be emitted. |
|
|
# We need a way to disable the default handlers on individual QgsCoordinateTransform objects in order to avoid |
|
|
# this and speed the algorithm back up |
|
|
# - algorithm: qgis:findprojection |
|
|
# name: Find projection |
|
|
# params: |
|
|
# INPUT: |
|
|
# name: custom/find_projection.gml |
|
|
# type: vector |
|
|
# TARGET_AREA: 151.1198,151.1368,-33.9118,-33.9003 |
|
|
# TARGET_AREA_CRS: EPSG:4326 |
|
|
# results: |
|
|
# OUTPUT: |
|
|
# name: expected/projection_candidates.gml |
|
|
# type: vector |
|
|
|
|
|
- algorithm: native:polygonfromlayerextent |
|
|
name: Standard polygon from layer extent |
|
|