From 948680fbeb9ec92db25eb1159a04e0d6d2e5ba11 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 9 Nov 2017 14:10:29 -0800 Subject: [PATCH] Exclude failing overflow test from geobuf tests --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5c5f11..3969cac 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,8 @@ test: tippecanoe tippecanoe-decode $(addsuffix .check,$(TESTS)) raw-tiles-test p cmp $@.out $(patsubst %.check,%,$@) rm $@.out $@.mbtiles -geobuf-test: geojson2nd $(addsuffix .checkbuf,$(TESTS)) +# Don't test overflow with geobuf, because it fails (https://github.com/mapbox/geobuf/issues/87) +geobuf-test: geojson2nd $(addsuffix .checkbuf,$(filter-out tests/overflow/out/-z0.json,$(TESTS))) # For quicker address sanitizer build, hope that regular JSON parsing is tested enough by parallel and join tests fewer-tests: tippecanoe tippecanoe-decode geobuf-test raw-tiles-test parallel-test pbf-test join-test enumerate-test decode-test join-filter-test unit