From 082f3dc14ac7c9d68c9f45082a47dde2c2c6b414 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 4 Oct 2019 13:21:16 +0200 Subject: [PATCH] temporatily disable client_channel_stress_test on win RBE --- test/cpp/client/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cpp/client/BUILD b/test/cpp/client/BUILD index 1d90e361913..6ea21232419 100644 --- a/test/cpp/client/BUILD +++ b/test/cpp/client/BUILD @@ -48,4 +48,7 @@ grpc_cc_test( "//test/cpp/end2end:test_service_impl", "//test/cpp/util:test_util", ], + # TODO(jtattermusch): test fails frequently on Win RBE, but passes locally + # reenable the tests once it works reliably on Win RBE. + tags = ["no_windows"], )