Mark runner_test as manual.

Because it is local-only, it should also be marked manual.

PiperOrigin-RevId: 284596186
This commit is contained in:
Adin Scannell
2019-12-09 11:28:41 -08:00
committed by gVisor bot
parent 498595d543
commit cf477c86ca
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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),
+1 -1
View File
@@ -17,4 +17,4 @@
source $(dirname $0)/common.sh
# Run all simple tests (locally).
test //pkg/... //runsc/... //tools/... //benchmarks/...
test //pkg/... //runsc/... //tools/... //benchmarks/... //benchmarks/runner:runner_test