From 7ef8aa727ee9994e1c28478918fe17272068cdf2 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Wed, 2 Sep 2020 18:33:49 +0800 Subject: [PATCH] remove encryption ci --- tools/serving_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 2769a3d4..22c9ec3a 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 -- GitLab