Skip to content

Commit

Permalink
Mark client_channel_stress_test as manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Apr 14, 2020
1 parent c923f95 commit d7a6286
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions test/cpp/client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,16 @@ grpc_cc_test(
grpc_cc_test(
name = "client_channel_stress_test",
srcs = ["client_channel_stress_test.cc"],
flaky = True, # TODO(b/153136407)
# TODO(jtattermusch): test fails frequently on Win RBE, but passes locally
# reenable the tests once it works reliably on Win RBE.
# TODO(roth): Test disabled on msan and tsan due to variable
# duration problem triggered by https://github.com/grpc/grpc/pull/22481.
# Re-enable once the problem is diagnosed and fixed. Tracked
# internally in b/153136407.
# TODO(roth): Test marked as manual for now due to variable duration
# problem triggered by https://github.com/grpc/grpc/pull/22481.
# Once we figure out the problem, either re-enable or just decide to
# remove this test. Tracked internally in b/153136407.
tags = [
"manual",
"no_test_android", # fails on android due to "Too many open files".
"no_windows",
"nomsan",
"notsan",
],
deps = [
"//:gpr",
Expand Down

0 comments on commit d7a6286

Please sign in to comment.