From 2a709a1b7b150cae6121cb97259db5cbeb57b330 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Fri, 1 Nov 2019 11:51:50 -0700 Subject: Add "manual" tag back to runtime tests. PiperOrigin-RevId: 277971910 --- test/runtimes/build_defs.bzl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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", ], ) -- cgit v1.2.3