summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/runtimes/build_defs.bzl2
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",
],
)