From eb179095c460160b3b0f96b1a5fad0a8db39b21c Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 13 Feb 2020 14:51:26 -0800 Subject: [PATCH] Buildify --- test/core/iomgr/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/core/iomgr/BUILD b/test/core/iomgr/BUILD index 172e09f15f4..46a6c285d3a 100644 --- a/test/core/iomgr/BUILD +++ b/test/core/iomgr/BUILD @@ -143,8 +143,8 @@ grpc_cc_test( ], language = "C++", tags = [ - "no_windows", # LARGE_MACHINE is not configured for windows RBE - "notap", # TODO(yashykt@): TSAN on TAP runs very slow. Fix it for TAP. + "no_windows", # LARGE_MACHINE is not configured for windows RBE + "notap", # TODO(yashykt@): TSAN on TAP runs very slow. Fix it for TAP. ], deps = [ "//:gpr",