From c2d0d96b320764447696be63ce43449d401fa66e Mon Sep 17 00:00:00 2001 From: dmarting Date: Fri, 8 Sep 2017 11:17:37 +0200 Subject: CI: Add missing comma to the docker-slow-test config Fixes #3703. PiperOrigin-RevId: 167973195 --- scripts/ci/bazel-slow-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ci/bazel-slow-tests.json b/scripts/ci/bazel-slow-tests.json index 943d4647f6..4e101dbc34 100644 --- a/scripts/ci/bazel-slow-tests.json +++ b/scripts/ci/bazel-slow-tests.json @@ -31,7 +31,7 @@ ], "parameters": { "targets": [], - "tests": ["//src/test/..."] + "tests": ["//src/test/..."], "parameters": {"test_tag_filters": ["-docker", "slow"]} } } -- cgit v1.2.3