Skip to content

Commit

Permalink
Remove problematic temporary spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed May 2, 2022
1 parent e8598a0 commit 39d3cbd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Specs/Scene/SceneSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ describe(
expect(scene._depthPlane._ellipsoidOffset).toEqual(0);
});

it("constructor default OIT to disabled if running on iPad or iOS", function () {
spyOn(FeatureDetection, "isIPadOrIOS").and.returnValue(true);
const scene = createScene();
expect(scene.orderIndependentTranslucency).toBe(false);
});

it("constructor sets options", function () {
const webglOptions = {
alpha: true,
Expand Down

0 comments on commit 39d3cbd

Please sign in to comment.