Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jul 11, 2023
1 parent a834b45 commit ce63f06
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cli/test/smokehouse/test-definitions/oopif-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,8 @@ const expectations = {
{url: 'http://localhost:10503/simple-script.js', resourceType: 'Fetch'},
{url: 'http://localhost:10200/simple-worker.js'},
{url: 'http://localhost:10503/simple-worker.js'},
// These requests are emitted in workers so Lighthouse doesn't capture them.
// Several requests are emitted in workers but Lighthouse doesn't capture them.
// https://github.com/GoogleChrome/lighthouse/issues/14211
// {url: 'http://localhost:10200/simple-worker.mjs'},
// {url: 'http://localhost:10503/simple-worker.mjs'},
// {url: 'http://localhost:10200/simple-script.js?esm', resourceType: 'Script'},
// {url: 'http://localhost:10503/simple-script.js?esm', resourceType: 'Script'},
// {url: 'http://localhost:10200/simple-script.js?importScripts', resourceType: 'Other'},
// {url: 'http://localhost:10503/simple-script.js?importScripts', resourceType: 'Other'},
],
// Ensure the above is exhaustive (except for favicon, which won't be fetched in devtools/LR).
_excludes: [
Expand Down

0 comments on commit ce63f06

Please sign in to comment.