From cf477c86ca8bfd27551c97aa4015364d30b98f2e Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 9 Dec 2019 11:21:37 -0800 Subject: Mark runner_test as manual. Because it is local-only, it should also be marked manual. PiperOrigin-RevId: 284596186 --- scripts/simple_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/simple_tests.sh') diff --git a/scripts/simple_tests.sh b/scripts/simple_tests.sh index ef25afc2e..3a15050c2 100755 --- a/scripts/simple_tests.sh +++ b/scripts/simple_tests.sh @@ -17,4 +17,4 @@ source $(dirname $0)/common.sh # Run all simple tests (locally). -test //pkg/... //runsc/... //tools/... //benchmarks/... +test //pkg/... //runsc/... //tools/... //benchmarks/... //benchmarks/runner:runner_test -- cgit v1.2.3