Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Apr 13, 2024
1 parent d8356b4 commit 2b3a686
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/cpp/inference/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,6 @@ if(WITH_TESTING AND WITH_INFERENCE_API_TEST)
${MOBILENET_INSTALL_DIR} "http://paddlemodels.bj.bcebos.com/"
"inference-vis-demos/mobilenet.tar.gz")
endif()
inference_analysis_api_test(
test_analyzer_mobilenet_transpose ${MOBILENET_INSTALL_DIR}
analyzer_vis_tester.cc EXTRA_DEPS common)

### Image classification tests with fake data
set(IMG_CLASS_TEST_APP "test_analyzer_image_classification")
Expand Down Expand Up @@ -1305,7 +1302,6 @@ if(WITH_TESTING AND WITH_INFERENCE_API_TEST)
endif()

set_tests_properties(lite_resnet50_test PROPERTIES TIMEOUT 120)
set_tests_properties(test_analyzer_mobilenet_transpose PROPERTIES TIMEOUT 120)
set_tests_properties(test_analyzer_resnet50 PROPERTIES TIMEOUT 120)
set_tests_properties(test_analyzer_ernie_int8 PROPERTIES TIMEOUT 120)
set_tests_properties(test_analyzer_googlenet PROPERTIES TIMEOUT 120)
Expand Down

0 comments on commit 2b3a686

Please sign in to comment.