Skip to content

Commit 009b068

Browse files
josephperrottthePunderWoman
authored andcommitted
build: reenable firefox tests for devtools (#63288)
Reenable firefox tests for devtools as the spaces issues with path names is addressed post v7 of bazel PR Close #63288
1 parent 1c5fb1e commit 009b068

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

devtools/tools/defaults.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ def ng_web_test_suite(deps = [], **kwargs):
3636
"//:node_modules/@angular/platform-browser",
3737
]
3838
_ng_web_test_suite(
39-
# TODO: Reenable firefox tests once spaces in file paths are not a problem
40-
firefox = False,
4139
deps = deps,
4240
tsconfig = "//devtools:tsconfig_test",
4341
**kwargs

0 commit comments

Comments
 (0)