diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 2769a3d402706c3ad2c94c539a7affe11cfcba7f..22c9ec3a5f3b8931d33de46485af18532a124fe6 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -984,7 +984,7 @@ function python_run_test() { python_test_lac $TYPE # pwd: /Serving/python/examples python_test_multi_process $TYPE # pwd: /Serving/python/examples python_test_multi_fetch $TYPE # pwd: /Serving/python/examples - python_test_encryption $TYPE # pwd: /Serving/python/examples + #python_test_encryption $TYPE # pwd: /Serving/python/examples python_test_yolov4 $TYPE # pwd: /Serving/python/examples python_test_grpc_impl $TYPE # pwd: /Serving/python/examples python_test_resnet50 $TYPE # pwd: /Serving/python/examples