PostGIS MVT v2 compliance test skipped without skipping mapnik

This commit is contained in:
David M 2017-10-09 16:46:23 +02:00
parent 3827901535
commit d77739dfa4

View File

@ -325,7 +325,8 @@ return function () {
});
});
it.skip('should work with mapnik substitution tokens', function (done) {
var skipOnPostGIS = usePostGIS ? it.skip: it;
skipOnPostGIS('should work with mapnik substitution tokens', function (done) {
var cartocss = [
"#layer {",
" line-width: 2;",