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
[webdriver-tests] Disable shm usage for Chrome (#2435)
This appears to workaround failures in go_chrome_test when running in
docker locally. The failures appear to stem from Chrome failing to load
resources from the network (net::ERR_INSUFFICIENT_RESOURCE), which some
googling implies may be caused by trying to use shm and hitting memory
limits.
0 commit comments