Skip to content

tests(smokehouse): disable multiple shadow root deprecation test#3695

Merged
brendankenny merged 1 commit intomasterfrom
deprecatederrors
Oct 31, 2017
Merged

tests(smokehouse): disable multiple shadow root deprecation test#3695
brendankenny merged 1 commit intomasterfrom
deprecatederrors

Conversation

@brendankenny
Copy link
Contributor

@brendankenny brendankenny commented Oct 30, 2017

Fixes broken appveyor tests.

In m64 the multiple shadow root deprecation warning has turned into an error, so deprecations-- and errors-in-console++. However, Travis runs stable while Appveyor runs Canary, so there's no great way to get these two to play along nicely short of just disabling that particular error in dbw_tester until m64 hits stable (which is what this does).

I investigated checking the details.items strings more directly (something we should probably do more often rather than just checking length), which would allow only checking a subset of items and ignoring the shadow root error in either list, but since these two audits' results are sorted by the order the error messages are emitted in, they weren't listed in a reliable order and so can't be addressed by index.

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

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

good sleuthing 👍

@brendankenny brendankenny merged commit efe0e48 into master Oct 31, 2017
@brendankenny brendankenny deleted the deprecatederrors branch October 31, 2017 18:30
christhompson pushed a commit to christhompson/lighthouse that referenced this pull request Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants