try marking some offenders as flaky

pull/22179/head
Jan Tattermusch 5 years ago
parent 176f4cc4e4
commit cbb0ef2717
  1. 1
      test/core/transport/chttp2/BUILD
  2. 1
      test/cpp/end2end/BUILD
  3. 2
      test/cpp/microbenchmarks/BUILD

@ -134,6 +134,7 @@ grpc_cc_test(
external_deps = [
"gtest",
],
flaky = True, # TODO(b/148399919)
language = "C++",
deps = [
"//:gpr",

@ -502,6 +502,7 @@ grpc_cc_test(
external_deps = [
"gtest",
],
flaky = True, # TODO(b/144705388)
shard_count = 10,
tags = [
"no_test_ios",

@ -205,6 +205,7 @@ grpc_cc_test(
srcs = [
"bm_fullstack_streaming_pump.cc",
],
flaky = True, # TODO(b/150422385)
tags = [
"no_mac", # to emulate "excluded_poll_engines: poll"
"no_windows",
@ -248,6 +249,7 @@ grpc_cc_test(
grpc_cc_test(
name = "bm_metadata",
srcs = ["bm_metadata.cc"],
flaky = True, # TODO(b/149998903)
tags = [
"no_mac",
"no_windows",

Loading…
Cancel
Save