Merge "bazel: mark WCT tests as manual."

This commit is contained in:
David Ostrovsky 2016-11-07 21:27:34 +00:00 committed by Gerrit Code Review
commit aedb7fbce0
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"],
)