build(bazel): enable manual ts_web_test_suite tests that require static_files (#24279)
PR Close #24279
This commit is contained in:

committed by
Victor Berchet

parent
b750919ce0
commit
d700a409da
@ -29,8 +29,10 @@ jasmine_node_test(
|
||||
|
||||
ts_web_test_suite(
|
||||
name = "test_web",
|
||||
# disable since tests are running but not yet passing
|
||||
tags = ["manual"],
|
||||
static_files = [
|
||||
"//packages/platform-browser/test:static_assets/test.html",
|
||||
"//packages/platform-browser/test:browser/static_assets/200.html"
|
||||
],
|
||||
deps = [
|
||||
":test_lib",
|
||||
],
|
||||
|
Reference in New Issue
Block a user