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(smoke): drop screenshot-too-big case #11428

Closed
wants to merge 1 commit into from
Closed

Conversation

paulirish
Copy link
Member

@paulirish paulirish commented Sep 13, 2020

trying to fix another smoke flake. #11341

example happened here: https://github.com/GoogleChrome/lighthouse/pull/11402/checks?check_run_id=1098415903#step:8:622

the smoketest tries creating a page that'll end up with a TOO HUGE datauri, but sometimes it's not huge enough to hit our check.

IMO constructing smoketest for this case seems unnecessary. The existing unit test seems fine to confirm the if (screenshot.data.length > MAX_DATA_URL_SIZE) conditional works.

@paulirish
Copy link
Member Author

Onnnnnnnnn second thought.... perhaps the screenshot-too-big failure happening on the PR where we change how we get a screenshot is something worth investigating......... :D

/me starts looking at it.

@paulirish paulirish closed this Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants