summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Milanesio <luca.milanesio@gmail.com>2020-11-11 23:08:49 +0000
committerLuca Milanesio <luca.milanesio@gmail.com>2020-11-11 23:09:49 +0000
commit3c9320d98ee978ab812e1d2b5a475e9ff46d3bea (patch)
tree67aeb3624ff88f0130f487443a606f6fcde5b27f
parenteb09fdaa338c8bc3ffde8ad3b7dfc56781293215 (diff)
Fix tests for stable-2.15 branch
Add the 'manual' tag to wct test_suite templates, so it is excluded from bazel test //... (cherry picked from commit ae42cd00bdfa8a34e75c563b62f0151a561cc82b) Change-Id: Idc62df90e90e6000fa0792799a3997580fc6b011
-rw-r--r--polygerrit-ui/app/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/polygerrit-ui/app/BUILD b/polygerrit-ui/app/BUILD
index 8012c20897..39533d6b92 100644
--- a/polygerrit-ui/app/BUILD
+++ b/polygerrit-ui/app/BUILD
@@ -146,6 +146,7 @@ DIRECTORIES = [
tags = [
# Should not run sandboxed.
"local",
+ "manual",
"template",
],
) for directory in DIRECTORIES]