diff options
author | Adin Scannell <ascannell@google.com> | 2019-12-09 11:21:37 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-09 11:28:41 -0800 |
commit | cf477c86ca8bfd27551c97aa4015364d30b98f2e (patch) | |
tree | 9c352ef27f883b958b9146e654bb799ab0309ed0 /benchmarks/runner | |
parent | 498595d54347d711dbd24247ed12c659b9d89c58 (diff) |
Mark runner_test as manual.
Because it is local-only, it should also be marked manual.
PiperOrigin-RevId: 284596186
Diffstat (limited to 'benchmarks/runner')
-rw-r--r-- | benchmarks/runner/BUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/runner/BUILD b/benchmarks/runner/BUILD index a3941da42..de24824cc 100644 --- a/benchmarks/runner/BUILD +++ b/benchmarks/runner/BUILD @@ -34,7 +34,10 @@ py_test( name = "runner_test", srcs = ["runner_test.py"], python_version = "PY3", - tags = ["local"], + tags = [ + "local", + "manual", + ], deps = [ ":runner", requirement("click", True), |