Add "manual" tag back to runtime tests.

PiperOrigin-RevId: 277971910
This commit is contained in:
Nicolas Lacasse
2019-11-01 11:53:47 -07:00
committed by gVisor bot
parent e70f28664a
commit 2a709a1b7b
+2
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",
],
)