|  | @@ -142,7 +142,10 @@ grpc_cc_test(
 | 
	
		
			
				|  |  |          "gtest",
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  |      language = "C++",
 | 
	
		
			
				|  |  | -    tags = ["no_windows"],  # LARGE_MACHINE is not configured for windows RBE
 | 
	
		
			
				|  |  | +    tags = [
 | 
	
		
			
				|  |  | +        "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",
 | 
	
		
			
				|  |  |          "//:grpc",
 |