mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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
This commit is contained in:
committed by
Jessica Janiuk
parent
1c5fb1e5c1
commit
009b068988
@@ -36,8 +36,6 @@ def ng_web_test_suite(deps = [], **kwargs):
|
||||
"//:node_modules/@angular/platform-browser",
|
||||
]
|
||||
_ng_web_test_suite(
|
||||
# TODO: Reenable firefox tests once spaces in file paths are not a problem
|
||||
firefox = False,
|
||||
deps = deps,
|
||||
tsconfig = "//devtools:tsconfig_test",
|
||||
**kwargs
|
||||
|
||||
Reference in New Issue
Block a user