Skip to content

Commit

Permalink
reenable new test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdataflow committed Jan 8, 2025
1 parent 20e30af commit 9fb1c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/geotiff.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,11 @@ describe('GeoTIFF', () => {
const tiff = await GeoTIFF.fromSource(createSource('lerc_zstd.tiff'));
await performTiffTests(tiff, 539, 448, 15, Uint16Array);
});
/*

it('should work on Zstandard compressed tiffs', async () => {
const tiff = await GeoTIFF.fromSource(createSource('zstd.tiff'));
await performTiffTests(tiff, 539, 448, 15, Uint16Array);
});
*/

it('should work on Float32 and LERC compressed tiffs', async () => {
const tiff = await GeoTIFF.fromSource(createSource('float32lerc.tiff'));
Expand Down

0 comments on commit 9fb1c7d

Please sign in to comment.