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:
Joey Perrott
2025-07-07 16:48:18 +00:00
committed by Jessica Janiuk
parent 136c0511de
commit 40e52b911f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ rules_angular_step3(
git_repository(
name = "rules_browsers",
commit = "800d91c06d3ac174b789ad6a9b6772f358230c40",
commit = "0d8211868d682a9880f4fe6e735d3c82ff63889d",
remote = "https://github.com/devversion/rules_browsers.git",
)
+2
View File
@@ -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