Merge "bazel: mark WCT tests as manual."
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
Bazel build is experimental. Major missing parts:
|
Bazel build is experimental. Major missing parts:
|
||||||
|
|
||||||
* PolyGerrit
|
|
||||||
* License tracking
|
* License tracking
|
||||||
* Version stamping
|
* Version stamping
|
||||||
* Custom plugins
|
* Custom plugins
|
||||||
|
@@ -101,5 +101,5 @@ sh_test(
|
|||||||
"test/index.html",
|
"test/index.html",
|
||||||
],
|
],
|
||||||
# Should not run sandboxed.
|
# Should not run sandboxed.
|
||||||
tags = ["local"],
|
tags = ["local", "manual"],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user