Skip to content

Commit 1223a2b

Browse files
authored
Plumb the flaky flag from envoy_cc_test to the native.cc_test (#10009)
Signed-off-by: Yan Avlasov <yavlasov@google.com>
1 parent 43ef41d commit 1223a2b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bazel/envoy_test.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ def envoy_cc_test(
163163
shard_count = None,
164164
coverage = True,
165165
local = False,
166-
size = "medium"):
166+
size = "medium",
167+
flaky = False):
167168
if coverage:
168169
coverage_tags = tags + ["coverage_test_lib"]
169170
else:
@@ -199,6 +200,7 @@ def envoy_cc_test(
199200
local = local,
200201
shard_count = shard_count,
201202
size = size,
203+
flaky = flaky,
202204
)
203205

204206
# Envoy C++ test related libraries (that want gtest, gmock) should be specified

0 commit comments

Comments
 (0)