File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed 
tests/StackExchange.Redis.Tests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ public async Task WithCancellation_ValidToken_OperationSucceeds()
4343    [ Fact ] 
4444    public  async  Task  WithTimeout_ShortTimeout_Async_ThrowsOperationCanceledException ( ) 
4545    { 
46+         Skip . UnlessLongRunning ( ) ;  // because of CLIENT PAUSE impact to unrelated tests 
47+ 
4648        await  using  var  conn  =  Create ( ) ; 
4749        var  db  =  conn . GetDatabase ( ) ; 
4850
@@ -119,6 +121,8 @@ private static CancellationTokenSource CreateCts(CancelStrategy strategy)
119121    [ InlineData ( CancelStrategy . Manual ) ] 
120122    public  async  Task  CancellationDuringOperation_Async_CancelsGracefully ( CancelStrategy  strategy ) 
121123    { 
124+         Skip . UnlessLongRunning ( ) ;  // because of CLIENT PAUSE impact to unrelated tests 
125+ 
122126        await  using  var  conn  =  Create ( ) ; 
123127        var  db  =  conn . GetDatabase ( ) ; 
124128
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments