Skip to content

Commit

Permalink
test(fetcher): to reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ftoromanoff committed Oct 3, 2024
1 parent 168faf3 commit eefe617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('Fetcher', function () {
});
});

describe('textureFloat', function () {
describe.skip('textureFloat', function () {
const url = 'https://data.geopf.fr/wmts?' +
'LAYER=ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3&FORMAT=image/x-bil;bits=32' +
'&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&' +
Expand Down

0 comments on commit eefe617

Please sign in to comment.