From 15dd94abf25ae5d91b8f8890c361ac8ffe9dc41b Mon Sep 17 00:00:00 2001 From: danleifeng <52735331+danleifeng@users.noreply.github.com> Date: Wed, 20 Jul 2022 21:20:04 +0800 Subject: [PATCH] remove fleet_13 ut in parallel_UT_rule.py; test=develop (#44477) --- tools/parallel_UT_rule.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/parallel_UT_rule.py b/tools/parallel_UT_rule.py index 53ab93f57c..559f2d95b9 100755 --- a/tools/parallel_UT_rule.py +++ b/tools/parallel_UT_rule.py @@ -671,8 +671,7 @@ HIGH_PARALLEL_JOB_NEW = [ 'test_trt_convert_reduce_sum', 'save_quant2_model_lstm', 'test_trt_convert_slice', - 'test_quant2_int8_lstm_mkldnn', - 'test_dist_fleet_ps13' + 'test_quant2_int8_lstm_mkldnn' ] # mem=0 but always timeout or failed : It run 15 job each time in Single cases; -- GitLab