| 
					
				 | 
			
			
				@@ -160,7 +160,10 @@ class TestGevent(setuptools.Command): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     BANNED_WINDOWS_TESTS = ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # TODO(https://github.com/grpc/grpc/pull/15411) enable this test 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        'unit._dns_resolver_test.DNSResolverTest.test_connect_loopback',) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        'unit._dns_resolver_test.DNSResolverTest.test_connect_loopback', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        # TODO(https://github.com/grpc/grpc/issues/20078) enable this test 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        'unit._local_credentials_test.LocalCredentialsTest', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     description = 'run tests with gevent.  Assumes grpc/gevent are installed' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     user_options = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |