mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c120fe5eab
We recently switched some of the monitoring e2e tests to Bazel. These tests should never be cached because they rely on an external URL and on network access. The URL itself might stay the same for quite a while, but the underlying site might change based on new deployments. Bazel only sees the URL and caches the test then. We want to avoid this. PR Close #49039