mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: disable firefox tests in devtools (#62504)
Disabling firefox tests in devtools until we can get them working on OS X as expected PR Close #62504
This commit is contained in:
committed by
Jessica Janiuk
parent
136c0511de
commit
40e52b911f
@@ -315,7 +315,7 @@ rules_angular_step3(
|
||||
|
||||
git_repository(
|
||||
name = "rules_browsers",
|
||||
commit = "800d91c06d3ac174b789ad6a9b6772f358230c40",
|
||||
commit = "0d8211868d682a9880f4fe6e735d3c82ff63889d",
|
||||
remote = "https://github.com/devversion/rules_browsers.git",
|
||||
)
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ 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