Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clients: skip h2 audit in LR #6564

Merged
merged 2 commits into from
Nov 15, 2018
Merged

clients: skip h2 audit in LR #6564

merged 2 commits into from
Nov 15, 2018

Conversation

paulirish
Copy link
Member

@paulirish paulirish commented Nov 14, 2018

fixes #6539

<3 our config.

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #6539

we probably need to come up with a way to organize and mark web.dev/API bugs. e.g. this doesn't really fix the problem, it just makes it go away for now :)

@@ -18,6 +18,7 @@ const config = {
throughputKbps: 10 * 1024,
cpuSlowdownMultiplier: 1,
},
skipAudits: ['uses-http2'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe put a comment, TODO, or link to a bug?

Copy link
Member

@exterkamp exterkamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did some simple testing to make sure this is compatible with LR, and seems to work! LGTM

@patrickhulce
Copy link
Collaborator

patrickhulce commented Nov 15, 2018

we probably need to come up with a way to organize and mark web.dev/API bugs. e.g. this doesn't really fix the problem, it just makes it go away for now :)

I created the web.dev label for that bug earlier, we can use that for now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrectly reporting not supporting http/2
4 participants