test(bazel): Add router to bazel integration test (#29459)
PR Close #29459
This commit is contained in:

committed by
Miško Hevery

parent
769d960db1
commit
b5295ad277
@ -45,5 +45,8 @@ protractor_web_test_suite(
|
||||
],
|
||||
on_prepare = ":ts_on_prepare",
|
||||
server = "//src:prodserver",
|
||||
# TODO(kyliau): Re-enable once we figure out why rollup complains about
|
||||
# "Dynamic requires are not currently supported by rollup-plugin-commonjs"
|
||||
tags = ["manual"],
|
||||
deps = [":e2e"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user