mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f859de3e60
Chromium is launched via Karma from within the Bazel AIO example e2e tests. This breaks depending on the platform and sandbox mechanism used. We should never use Chromium's sandbox on top of Bazel's sandbox invocation. The Angular CLI exposes a browser exactly for this use-case. PR Close #49293