diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 880c509e762131104478ad4b5b39f5e11ded0656..e267a93a9aaf49d61ac09ef0e889536e14c3ef47 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -589,8 +589,6 @@ function python_test_grpc_impl() { sleep 5 # wait for the server to start check_cmd "python test_sync_client.py > /dev/null" check_cmd "python test_asyn_client.py > /dev/null" - check_cmd "python test_general_pb_client.py > /dev/null" - check_cmd "python test_numpy_input_client.py > /dev/null" check_cmd "python test_batch_client.py > /dev/null" check_cmd "python test_timeout_client.py > /dev/null" kill_server_process @@ -600,8 +598,6 @@ function python_test_grpc_impl() { sleep 5 # wait for the server to start check_cmd "python test_sync_client.py > /dev/null" check_cmd "python test_asyn_client.py > /dev/null" - check_cmd "python test_general_pb_client.py > /dev/null" - check_cmd "python test_numpy_input_client.py > /dev/null" check_cmd "python test_batch_client.py > /dev/null" check_cmd "python test_timeout_client.py > /dev/null" kill_server_process @@ -651,8 +647,6 @@ COMMENT sleep 5 # wait for the server to start check_cmd "python test_sync_client.py > /dev/null" check_cmd "python test_asyn_client.py > /dev/null" - check_cmd "python test_general_pb_client.py > /dev/null" - check_cmd "python test_numpy_input_client.py > /dev/null" check_cmd "python test_batch_client.py > /dev/null" check_cmd "python test_timeout_client.py > /dev/null" kill_server_process @@ -662,8 +656,6 @@ COMMENT sleep 5 # wait for the server to start check_cmd "python test_sync_client.py > /dev/null" check_cmd "python test_asyn_client.py > /dev/null" - check_cmd "python test_general_pb_client.py > /dev/null" - check_cmd "python test_numpy_input_client.py > /dev/null" check_cmd "python test_batch_client.py > /dev/null" check_cmd "python test_timeout_client.py > /dev/null" kill_server_process