From 9fbc56b82cae5ee36955785038318e545a486d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Thu, 28 Dec 2017 13:13:32 +0100 Subject: [PATCH] Remove FIXME notes to test against PostGIS vector renderer --- test/acceptance/aggregation.js | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/test/acceptance/aggregation.js b/test/acceptance/aggregation.js index 7879817a..30cfd9db 100644 --- a/test/acceptance/aggregation.js +++ b/test/acceptance/aggregation.js @@ -571,12 +571,6 @@ describe('aggregation', function () { it('when dimensions is provided should return a tile returning the column used as dimensions', function (done) { - - // FIXME: skip until pg-mvt renderer is able to return all columns - if (process.env.POSTGIS_VERSION === '2.4') { - return done(); - } - this.mapConfig = createVectorMapConfig([ { type: 'cartodb', @@ -611,12 +605,6 @@ describe('aggregation', function () { ['centroid', 'point-sample', 'point-grid'].forEach(placement => { it(`dimensions should work for ${placement} placement`, function(done) { - - // FIXME: skip until pg-mvt renderer is able to return all columns - if (process.env.POSTGIS_VERSION === '2.4') { - return done(); - } - this.mapConfig = createVectorMapConfig([ { type: 'cartodb', @@ -654,12 +642,6 @@ describe('aggregation', function () { }); it(`dimensions should trigger non-default aggregation`, function(done) { - - // FIXME: skip until pg-mvt renderer is able to return all columns - if (process.env.POSTGIS_VERSION === '2.4') { - return done(); - } - this.mapConfig = createVectorMapConfig([ { type: 'cartodb', @@ -698,12 +680,6 @@ describe('aggregation', function () { }); it(`aggregation columns should trigger non-default aggregation`, function(done) { - - // FIXME: skip until pg-mvt renderer is able to return all columns - if (process.env.POSTGIS_VERSION === '2.4') { - return done(); - } - this.mapConfig = createVectorMapConfig([ { type: 'cartodb', @@ -746,12 +722,6 @@ describe('aggregation', function () { ['centroid', 'point-sample', 'point-grid'].forEach(placement => { it(`aggregations with base column names should work for ${placement} placement`, function(done) { - - // FIXME: skip until pg-mvt renderer is able to return all columns - if (process.env.POSTGIS_VERSION === '2.4') { - return done(); - } - this.mapConfig = createVectorMapConfig([ { type: 'cartodb',