disable SAGA test until we have SAGA support on Travis

This commit is contained in:
Alexander Bruy 2017-11-09 18:58:19 +02:00
parent 4b63975eaf
commit 713dc970d8

View File

@ -2,29 +2,29 @@
tests: tests:
- algorithm: saga:invertgrid # - algorithm: saga:invertgrid
name: Raster tools - Invert grid # name: Raster tools - Invert grid
params: # params:
GRID: # GRID:
name: dem.tif # name: dem.tif
type: raster # type: raster
results: # results:
INVERSE: # INVERSE:
hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e # hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e
type: rasterhash # type: rasterhash
#
- algorithm: saga:fixeddistancebuffer # - algorithm: saga:fixeddistancebuffer
name: Vector general - Fixed distance buffer (polygon) # name: Vector general - Fixed distance buffer (polygon)
params: # params:
DARC: 5.0 # DARC: 5.0
DISSOLVE: false # DISSOLVE: false
DIST_FIELD_DEFAULT: 0.5 # DIST_FIELD_DEFAULT: 0.5
NZONES: 1 # NZONES: 1
POLY_INNER: false # POLY_INNER: false
SHAPES: # SHAPES:
name: polys.gml # name: polys.gml
type: vector # type: vector
results: # results:
BUFFER: # BUFFER:
name: expected/saga/buffer_polys.shp # name: expected/saga/buffer_polys.shp
type: vector # type: vector