From 34ba812e2064d24df14f108319b6ead36e9f1210 Mon Sep 17 00:00:00 2001 From: AJ Heller Date: Fri, 11 Dec 2020 11:38:30 -0800 Subject: [PATCH] Mark QPS Benchmark Tests as flaky --- test/cpp/qps/qps_benchmark_script.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cpp/qps/qps_benchmark_script.bzl b/test/cpp/qps/qps_benchmark_script.bzl index 15a6f34ed23..fb08fb65d4c 100644 --- a/test/cpp/qps/qps_benchmark_script.bzl +++ b/test/cpp/qps/qps_benchmark_script.bzl @@ -59,6 +59,7 @@ def qps_json_driver_batch(): "qps_json_driver", "no_mac", ], + flaky = True, ) def json_run_localhost_batch(): @@ -85,4 +86,5 @@ def json_run_localhost_batch(): "no_windows", "no_mac", ], + flaky = True, )