-
Notifications
You must be signed in to change notification settings - Fork 824
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
update render-fidelity dependencies #4898
Conversation
} | ||
}, | ||
"exclude": [ | ||
"model-viewer" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two tests reliably hit Puppeteer's protocol timeout on the CI, but work just fine locally. And upping the timeout does nothing - the page evaluation has apparently completely hung, and before our own JS timeout can even run. I assume this must be some kind of bizarre puppeteer regression, but since I can't find any way around it, this is the best I can do for now.
No description provided.