Skip to content

Commit

Permalink
Merge pull request #9860 from CesiumGS/xit-image-bitmap
Browse files Browse the repository at this point in the history
Fix failing image bitmap specs
  • Loading branch information
ebogo1 authored Oct 8, 2021
2 parents 9bc5a30 + 991964f commit 810de0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Specs/Core/ResourceSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ describe("Core/Resource", function () {
});
});

it("correctly ignores gamma color profile when ImageBitmapOptions are supported", function () {
xit("correctly ignores gamma color profile when ImageBitmapOptions are supported", function () {
if (!supportsImageBitmapOptions) {
return;
}
Expand Down Expand Up @@ -1511,7 +1511,7 @@ describe("Core/Resource", function () {
});
});

it("correctly ignores custom color profile when ImageBitmapOptions are supported", function () {
xit("correctly ignores custom color profile when ImageBitmapOptions are supported", function () {
if (!supportsImageBitmapOptions) {
return;
}
Expand Down

0 comments on commit 810de0b

Please sign in to comment.