From 94354b2b263c72f89983d9a4a68780c240016cab Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 23 Mar 2020 16:21:18 +0100 Subject: [PATCH] get rid of the long deprecated --incompatible_windows_native_test_wrapper flag --- tools/remote_build/windows.bazelrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/remote_build/windows.bazelrc b/tools/remote_build/windows.bazelrc index f4508e00d0f..4f6979478f9 100644 --- a/tools/remote_build/windows.bazelrc +++ b/tools/remote_build/windows.bazelrc @@ -38,9 +38,6 @@ build --define GRPC_PORT_ISOLATED_RUNTIME=1 build --test_tag_filters=-no_windows build --build_tag_filters=-no_windows -# required for the tests to pass on Windows RBE -build --incompatible_windows_native_test_wrapper - # without verbose gRPC logs the test outputs are not very useful test --test_env=GRPC_VERBOSITY=debug