File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 
paddle/fluid/inference/tests/api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ if(NOT APPLE AND WITH_MKLML)
176176    inference_analysis_api_test(test_analyzer_seq_pool1_fuse_compare_zero_copy ${SEQ_POOL1_INSTALL_DIR}  analyzer_seq_pool1_fuse_compare_zero_copy_tester.cc)
177177    inference_analysis_api_test(test_analyzer_seq_pool1_fuse_statis ${SEQ_POOL1_INSTALL_DIR}  analyzer_seq_pool1_fuse_statis_tester.cc)
178178    inference_analysis_api_test(test_analyzer_seq_pool1_profile ${SEQ_POOL1_INSTALL_DIR}  analyzer_seq_pool1_profile_tester.cc)
179-     if (NOT  WIN32 )
179+     if (NOT  WIN32   AND   NOT   " $ENV{CI_SKIP_CPP_TEST} "   STREQUAL   "ON" )
180180        set_tests_properties (test_analyzer_seq_pool1_compare_determine PROPERTIES TIMEOUT  120)
181181        set_tests_properties (test_analyzer_seq_pool1 PROPERTIES TIMEOUT  120)
182182        set_tests_properties (test_analyzer_seq_pool1_fuse_compare_zero_copy PROPERTIES TIMEOUT  120)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments