Skip to content

Commit

Permalink
exclude test failing in CI #11958
Browse files Browse the repository at this point in the history
  • Loading branch information
jjspace committed Sep 3, 2024
1 parent bc75678 commit f7244d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/engine/Specs/Scene/Cesium3DTilesetSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,8 @@ describe(
});
});

it("verify statistics", async function () {
xit("verify statistics", async function () {
// Excluded due to frequent CI errors https://github.com/CesiumGS/cesium/issues/11958
const tileset = await Cesium3DTileset.fromUrl(tilesetUrl, options);

// Verify initial values after root and children are requested
Expand Down

0 comments on commit f7244d3

Please sign in to comment.