Add "manual" tag back to runtime tests.

PiperOrigin-RevId: 277971910
This commit is contained in:
Nicolas Lacasse 2019-11-01 11:51:50 -07:00 committed by gVisor bot
parent e70f28664a
commit 2a709a1b7b
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ def runtime_test(
tags = [
# Requires docker and runsc to be configured before the test runs.
"local",
# Don't include test target in wildcard target patterns.
"manual",
],
)