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

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

Merged
merged 1 commit into from
Oct 31, 2017

Conversation

brendankenny
Copy link
Member

@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 👍

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