build: add comment for framework team to add remaining tests to bazel saucelabs target (#27721)

PR Close #27721
This commit is contained in:
Greg Magolan 2019-02-21 09:13:44 -08:00 committed by Ben Lesh
parent 75357ecb32
commit bb050a8ae0
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ karma_web_test(
"saucelabs",
],
deps = [
# We combine all tests into a single karma_web_test target
# as running them as seperate targets in parallel leads to too many
# browsers being acquired at once in SauceLabs and the tests flake out
# TODO: this is an example subset of tests below, add all remaining angular tests
"//packages/common/http/test:test_lib",
"//packages/common/http/testing/test:test_lib",
"//packages/common/test:test_lib",