Skip to content

Commit 713dc97

Browse files
committedNov 9, 2017
disable SAGA test until we have SAGA support on Travis
1 parent 4b63975 commit 713dc97

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
 

‎python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22

33
tests:
44

5-
- algorithm: saga:invertgrid
6-
name: Raster tools - Invert grid
7-
params:
8-
GRID:
9-
name: dem.tif
10-
type: raster
11-
results:
12-
INVERSE:
13-
hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e
14-
type: rasterhash
15-
16-
- algorithm: saga:fixeddistancebuffer
17-
name: Vector general - Fixed distance buffer (polygon)
18-
params:
19-
DARC: 5.0
20-
DISSOLVE: false
21-
DIST_FIELD_DEFAULT: 0.5
22-
NZONES: 1
23-
POLY_INNER: false
24-
SHAPES:
25-
name: polys.gml
26-
type: vector
27-
results:
28-
BUFFER:
29-
name: expected/saga/buffer_polys.shp
30-
type: vector
5+
# - algorithm: saga:invertgrid
6+
# name: Raster tools - Invert grid
7+
# params:
8+
# GRID:
9+
# name: dem.tif
10+
# type: raster
11+
# results:
12+
# INVERSE:
13+
# hash: 8e3947b878a00f70ce837fba962f6be6d3f0c8eae2d614099b015f1e
14+
# type: rasterhash
15+
#
16+
# - algorithm: saga:fixeddistancebuffer
17+
# name: Vector general - Fixed distance buffer (polygon)
18+
# params:
19+
# DARC: 5.0
20+
# DISSOLVE: false
21+
# DIST_FIELD_DEFAULT: 0.5
22+
# NZONES: 1
23+
# POLY_INNER: false
24+
# SHAPES:
25+
# name: polys.gml
26+
# type: vector
27+
# results:
28+
# BUFFER:
29+
# name: expected/saga/buffer_polys.shp
30+
# type: vector

0 commit comments

Comments
 (0)
Please sign in to comment.