Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Sep 19, 2024
1 parent e4fac6a commit 66dca34
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ describe('Render blocking resources audit', () => {
});

it('considers X-TotalFetchedSize in its reported transfer size', async () => {
// TODO(15841): The trace backend knows nothing of Lantern.
if (process.env.INTERNAL_LANTERN_USE_TRACE !== undefined) {
return;
}

const artifacts = {
URL: getURLArtifactFromDevtoolsLog(lrDevtoolsLog),
GatherContext: {gatherMode: 'navigation'},
Expand Down

0 comments on commit 66dca34

Please sign in to comment.