Merge "bazel: mark WCT tests as manual."
This commit is contained in:
commit
aedb7fbce0
@ -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"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user