diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 56331c3f5b004955fab74fa6318ef4ff952ee64f..1f81c00a06782a657d7649fb706bfe19006e3d0b 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -963,7 +963,7 @@ function python_run_test() { 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 - python_test_pipeline $TYPE # pwd: /Serving/python/examples + #python_test_pipeline $TYPE # pwd: /Serving/python/examples echo "test python $TYPE part finished as expected." cd ../.. # pwd: /Serving }