diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt index 97124cb078..77370df8db 100644 --- a/Documentation/dev-bazel.txt +++ b/Documentation/dev-bazel.txt @@ -2,7 +2,6 @@ Bazel build is experimental. Major missing parts: -* PolyGerrit * License tracking * Version stamping * Custom plugins diff --git a/polygerrit-ui/app/BUILD b/polygerrit-ui/app/BUILD index f58bae4cb1..d390b58619 100644 --- a/polygerrit-ui/app/BUILD +++ b/polygerrit-ui/app/BUILD @@ -101,5 +101,5 @@ sh_test( "test/index.html", ], # Should not run sandboxed. - tags = ["local"], + tags = ["local", "manual"], )