File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed 
src/test/java/org/springframework/integration/aws/kinesis Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2525
2626import  org .junit .jupiter .api .AfterAll ;
2727import  org .junit .jupiter .api .BeforeAll ;
28+ import  org .junit .jupiter .api .Disabled ;
2829import  org .junit .jupiter .api .Test ;
29- import  org .junit .jupiter .api .condition .DisabledOnOs ;
30- import  org .junit .jupiter .api .condition .OS ;
3130import  org .testcontainers .containers .localstack .LocalStackContainer ;
3231
3332import  org .springframework .beans .factory .annotation .Autowired ;
6564 * 
6665 * @since 1.1 
6766 */ 
68- @ DisabledOnOs ( OS . WINDOWS )
67+ @ Disabled ( "Depends on real call to http://169.254.169.254 through native library" )
6968@ SpringJUnitConfig 
7069@ DirtiesContext 
7170public  class  KplKclIntegrationTests  implements  LocalstackContainerTest  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments