Skip to content

Commit 9027d83

Browse files
authored
build: remove outdated todo from bazel workspace file (#22888)
We no longer use any browsers from `rules_webtesting`, so the TODO in the `WORKSPACE` file is outdated. This commit removes the comment.
1 parent 87ab033 commit 9027d83

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

WORKSPACE

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ load("@io_bazel_rules_sass//:defs.bzl", "sass_repositories")
8282

8383
sass_repositories()
8484

85-
# Load pinned rules_webtesting browser versions for tests.
86-
#
87-
# TODO(wagnermaciel): deduplicate browsers - this will load another version of chromium in the
88-
# repository. We probably want to use the chromium version loaded here (from dev-infra) as that
89-
# one has RBE improvements.
85+
# Setup repositories for browsers provided by the shared dev-infra package.
9086
load(
9187
"@npm//@angular/dev-infra-private/bazel/browsers:browser_repositories.bzl",
9288
_dev_infra_browser_repositories = "browser_repositories",

0 commit comments

Comments
 (0)