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 faa9160 commit d7116a9
Showing 1 changed file with 2 additions and 1 deletion.
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 d7116a9

Please sign in to comment.