You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running tests, the following error is thrown throughout the tests:
[0706/042333.730708:ERROR:gpu_process_transport_factory.cc(1017)] Lost UI shared context.
Occurs on both MacOS and Linux (Debian). The error doesn't cause any tests to fail and seems harmless. Not sure if there might be a way to get rid of it.
The text was updated successfully, but these errors were encountered:
This is a problem that seems be more with Chrome / Chromium than the ways automating it. It also happens on WSL ( microsoft/WSL#3282 ) and with Puppeteer ( puppeteer/puppeteer#1925 ).
Most likely it is something with Chrome Headless where the code expects a UI to be available, but which isn't available (due to being headless).
When running tests, the following error is thrown throughout the tests:
[0706/042333.730708:ERROR:gpu_process_transport_factory.cc(1017)] Lost UI shared context.
Occurs on both MacOS and Linux (Debian). The error doesn't cause any tests to fail and seems harmless. Not sure if there might be a way to get rid of it.
The text was updated successfully, but these errors were encountered: