diff --git a/test/acceptance/aggregation.js b/test/acceptance/aggregation.js index 4ed771a6..12dffeee 100644 --- a/test/acceptance/aggregation.js +++ b/test/acceptance/aggregation.js @@ -531,6 +531,12 @@ 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',