Skip to content

Commit

Permalink
offscreen image tests are working
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jun 4, 2024
1 parent 6ccb990 commit 67f55a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/test/audits/byte-efficiency/offscreen-images-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ function generateImage({
}

describe('OffscreenImages audit', () => {
// TODO(15841): investigate test failures
if (process.env.INTERNAL_LANTERN_USE_TRACE !== undefined) {
return;
}

let context;
const DEFAULT_DIMENSIONS = {innerWidth: 1920, innerHeight: 1080};

Expand Down

0 comments on commit 67f55a6

Please sign in to comment.