File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed 
x-pack/qa/third-party/active-directory Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,9 @@ tests:
241241- class : org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT 
242242  method : test {yaml=indices.create/20_synthetic_source/create index with use_synthetic_source} 
243243  issue : https://github.com/elastic/elasticsearch/issues/119191 
244+ - class : org.elasticsearch.index.mapper.AbstractShapeGeometryFieldMapperTests 
245+   method : testCartesianBoundsBlockLoader 
246+   issue : https://github.com/elastic/elasticsearch/issues/119201 
244247
245248#  Examples:
246249# 
Original file line number Diff line number Diff line change @@ -29,4 +29,8 @@ tasks.named("test").configure {
2929  systemProperty ' tests.security.manager'  , ' false' 
3030  include ' **/*IT.class' 
3131  include ' **/*Tests.class' 
32+ 
33+   //  Limit how many concurrent docker test fixtures we are running
34+   maxParallelForks =  1 
35+   forkEvery =  1 
3236}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments