Skip to content

Commit

Permalink
move back to skipping test due to #251
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 16, 2014
1 parent 86e06d5 commit b6d4e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vector-tile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ describe('mapnik.VectorTile ', function() {

// currently skipping since this segfaults at exit
// https://github.com/mapnik/node-mapnik/issues/251
it('should be able to resample and encode (render) a geotiff into vector tile', function(done) {
it.skip('should be able to resample and encode (render) a geotiff into vector tile', function(done) {
var vtile = new mapnik.VectorTile(0, 0, 0);
// first we render a geotiff into an image tile
var map = new mapnik.Map(256, 256);
Expand Down

0 comments on commit b6d4e0e

Please sign in to comment.