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:
Han-Wen Nienhuys
2016-11-07 16:20:42 +01:00
parent dff208be39
commit d0d9e5adde
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
Bazel build is experimental. Major missing parts:
* PolyGerrit
* License tracking
* Version stamping
* Custom plugins

View File

@@ -101,5 +101,5 @@ sh_test(
"test/index.html",
],
# Should not run sandboxed.
tags = ["local"],
tags = ["local", "manual"],
)