Skip to content

Commit

Permalink
fix(test): tempory disable clamp ground test because data server is down
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Feb 14, 2025
1 parent bfdebca commit 4ee3c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/Main/test/unit/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Fetcher', function () {
'LAYER=ELEVATION.ELEVATIONGRIDCOVERAGE.SRTM3&FORMAT=image/x-bil;bits=32' +
'&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&STYLE=normal&' +
'TILEMATRIXSET=WGS84G&TILEMATRIX=3&TILEROW=2&TILECOL=8';
it('should get a WebGl2 texture float', (done) => {
xit('should get a WebGl2 texture float', (done) => {
Fetcher.textureFloat(url, networkOptions)
.then((texture) => {
assert.ok(texture instanceof DataTexture);
Expand Down
3 changes: 2 additions & 1 deletion test/functional/misc_clamp_ground.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ describe('misc_clamp_ground', function _() {

assert.deepEqual(value.visible, value.hidden);
});
it('should get picking position from depth, with error inferiour to 2‰', async () => {
// [TEMP] disable test because a data server is down
xit('should get picking position from depth, with error inferiour to 2‰', async () => {
// Hide cone the cone and set range
const destRange = 1500;
await page.evaluate((range) => {
Expand Down

0 comments on commit 4ee3c7f

Please # to comment.