diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-11-01 11:51:50 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-01 11:53:47 -0700 |
commit | 2a709a1b7b150cae6121cb97259db5cbeb57b330 (patch) | |
tree | 6297732be4517d68af70297ed2cec40e2d4e4dfa /test/runtimes | |
parent | e70f28664af53b0428405c695c90a91b9bb43f67 (diff) |
Add "manual" tag back to runtime tests.
PiperOrigin-RevId: 277971910
Diffstat (limited to 'test/runtimes')
-rw-r--r-- | test/runtimes/build_defs.bzl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtimes/build_defs.bzl b/test/runtimes/build_defs.bzl index d458df1fd..6f84ca852 100644 --- a/test/runtimes/build_defs.bzl +++ b/test/runtimes/build_defs.bzl @@ -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", ], ) |