mark concurrent_connectivity_test as flaky

pull/23068/head
Jan Tattermusch 5 years ago
parent 71c8056669
commit babda64697
  1. 1
      test/core/surface/BUILD

@ -67,6 +67,7 @@ grpc_cc_test(
grpc_cc_test(
name = "concurrent_connectivity_test",
srcs = ["concurrent_connectivity_test.cc"],
flaky = True, # TODO(b/157516542)
language = "C++",
deps = [
"//:gpr",

Loading…
Cancel
Save