bazel: mark WCT tests as manual.
The WCT tests must be run with the run_tests.sh script, so they should not be included in the //... wildcard. Update Bazel TODO list: we have polygerrit support now. Change-Id: Ib281bd30f93075ad4804e74db2867c4d7fcac1e3
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
Bazel build is experimental. Major missing parts:
|
||||
|
||||
* PolyGerrit
|
||||
* License tracking
|
||||
* Version stamping
|
||||
* Custom plugins
|
||||
|
@@ -101,5 +101,5 @@ sh_test(
|
||||
"test/index.html",
|
||||
],
|
||||
# Should not run sandboxed.
|
||||
tags = ["local"],
|
||||
tags = ["local", "manual"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user