mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Mark runner_test as manual.
Because it is local-only, it should also be marked manual. PiperOrigin-RevId: 284596186
This commit is contained in:
committed by
gVisor bot
parent
498595d543
commit
cf477c86ca
@@ -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),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user