From 6c970f9fd29a0057223596d25b82249b66159974 Mon Sep 17 00:00:00 2001 From: YUNSHEN XIE <1084314248@qq.com> Date: Fri, 26 Nov 2021 20:26:04 +0800 Subject: [PATCH] remove test_dist_fleet_heter_ctr from parallel_UT_rule.py (#37534) --- tools/parallel_UT_rule.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/parallel_UT_rule.py b/tools/parallel_UT_rule.py index f0538bc55f..b38a305c1b 100644 --- a/tools/parallel_UT_rule.py +++ b/tools/parallel_UT_rule.py @@ -515,7 +515,6 @@ HIGH_PARALLEL_JOB_NEW = [ 'test_dist_fleet_a_sync_optimizer_sync', 'test_dist_fleet_decay', 'test_auto_checkpoint2', - 'test_dist_fleet_heter_ctr', 'test_dist_fleet_simnet', 'test_dist_sparse_load_ps1', 'test_dist_mnist_fleet_save', -- GitLab