File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed 
server/src/internalClusterTest/java/org/elasticsearch/search/basic Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,6 @@ tests:
238238- class : org.elasticsearch.xpack.inference.InferenceRestIT 
239239  method : test {p0=inference/30_semantic_text_inference_bwc/Calculates embeddings using the default ELSER 2 endpoint} 
240240  issue : https://github.com/elastic/elasticsearch/issues/117349 
241- - class : org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT 
242-   method : testSearchWithRandomDisconnects 
243-   issue : https://github.com/elastic/elasticsearch/issues/116175 
244241- class : org.elasticsearch.discovery.ClusterDisruptionIT 
245242  method : testAckedIndexing 
246243  issue : https://github.com/elastic/elasticsearch/issues/117024 
Original file line number Diff line number Diff line change 88 */ 
99package  org .elasticsearch .search .basic ;
1010
11+ import  org .apache .lucene .tests .util .LuceneTestCase ;
1112import  org .elasticsearch .action .ActionListener ;
1213import  org .elasticsearch .action .bulk .BulkRequestBuilder ;
1314import  org .elasticsearch .action .search .SearchRequestBuilder ;
2829
2930import  static  org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertAcked ;
3031
32+ @ LuceneTestCase .SuppressFileSystems (value  = "HandleLimitFS" ) // we sometimes have >2048 open files 
3133public  class  SearchWithRandomDisconnectsIT  extends  AbstractDisruptionTestCase  {
3234
3335    public  void  testSearchWithRandomDisconnects () throws  InterruptedException , ExecutionException  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments