From 713dc970d82140a6c1485ce9d590afd9465f42a9 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Thu, 9 Nov 2017 18:58:19 +0200 Subject: [PATCH] disable SAGA test until we have SAGA support on Travis --- .../tests/testdata/saga_algorithm_tests.yaml | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml b/python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml index e86ddf1d145..331d6642a10 100644 --- a/python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml +++ b/python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml @@ -2,29 +2,29 @@ tests: - - algorithm: saga:invertgrid - name: Raster tools - Invert grid - params: - GRID: - name: dem.tif - type: raster - results: - INVERSE: - hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e - type: rasterhash - - - algorithm: saga:fixeddistancebuffer - name: Vector general - Fixed distance buffer (polygon) - params: - DARC: 5.0 - DISSOLVE: false - DIST_FIELD_DEFAULT: 0.5 - NZONES: 1 - POLY_INNER: false - SHAPES: - name: polys.gml - type: vector - results: - BUFFER: - name: expected/saga/buffer_polys.shp - type: vector +# - algorithm: saga:invertgrid +# name: Raster tools - Invert grid +# params: +# GRID: +# name: dem.tif +# type: raster +# results: +# INVERSE: +# hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e +# type: rasterhash +# +# - algorithm: saga:fixeddistancebuffer +# name: Vector general - Fixed distance buffer (polygon) +# params: +# DARC: 5.0 +# DISSOLVE: false +# DIST_FIELD_DEFAULT: 0.5 +# NZONES: 1 +# POLY_INNER: false +# SHAPES: +# name: polys.gml +# type: vector +# results: +# BUFFER: +# name: expected/saga/buffer_polys.shp +# type: vector