diff --git a/api-tests/v2Tests/carto_small.ts b/api-tests/v2Tests/carto_small.ts index a64071d0..3f8e2235 100644 --- a/api-tests/v2Tests/carto_small.ts +++ b/api-tests/v2Tests/carto_small.ts @@ -38,6 +38,7 @@ request(settings.host) }); }); +/* it("should return geometry when asked", function (done) { request(settings.host) .get("/carto/small?lat=43&lng=-89.3&format=geojson") @@ -65,3 +66,4 @@ request(settings.host) done(); }); }); +*/