From 1159f7532d0748e26511861de36b6faabb5520d6 Mon Sep 17 00:00:00 2001 From: Zhou Wei <1183042833@qq.com> Date: Wed, 8 Sep 2021 16:35:14 +0800 Subject: [PATCH] modify unittest parallel rule to avoid UT failure (#35567) --- tools/parallel_UT_rule.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools/parallel_UT_rule.py b/tools/parallel_UT_rule.py index 456ffa3e77..cd7160a618 100644 --- a/tools/parallel_UT_rule.py +++ b/tools/parallel_UT_rule.py @@ -951,7 +951,6 @@ CPU_PARALLEL_JOB = [ 'test_create_parameter', 'test_create_op_doc_string', 'test_create_global_var', - 'test_cpu_quantize_squash_pass', 'test_cpu_quantize_placement_pass', 'test_cpu_quantize_pass', 'test_cpu_bfloat16_placement_pass', @@ -1038,7 +1037,6 @@ CPU_PARALLEL_JOB = [ 'jit_kernel_test', 'test_dispatch_jit', 'inlined_vector_test', - 'init_test', 'infer_io_utils_tester', 'graph_to_program_pass_test', 'graph_test', @@ -1049,7 +1047,6 @@ CPU_PARALLEL_JOB = [ 'float16_test', 'exception_holder_test', 'errors_test', - 'enforce_test', 'eigen_test', 'dropout_op_test', 'dlpack_tensor_test', @@ -1065,7 +1062,6 @@ CPU_PARALLEL_JOB = [ 'cudnn_desc_test', 'cpu_vec_test', 'cpu_info_test', - 'cpu_helper_test', 'cow_ptr_tests', 'conditional_block_op_test', 'cipher_utils_test', @@ -1217,7 +1213,6 @@ CPU_PARALLEL_JOB = [ 'test_tf32_cudnn', 'test_communicator_geo', 'test_dispatch_jit', - 'test_layer_norm_fuse_pass_cc', 'test_fleet_dgc_meta_optimizer', 'test_fc_fuse_pass_cc', 'test_communicator_sync', @@ -1466,7 +1461,6 @@ TWO_PARALLEL_JOB = [ 'test_expand_op', 'test_prroi_pool_op', 'test_fake_dequantize_op', - 'test_fetch_feed', 'test_prelu_op', 'test_fill_zeros_like_op', 'test_pool2d_op', @@ -1490,7 +1484,6 @@ TWO_PARALLEL_JOB = [ 'test_increment', 'test_masked_select_op', 'test_lstmp_op', - 'test_loop', 'test_label_smooth_op', 'test_logsumexp', 'test_log_softmax', @@ -1613,7 +1606,6 @@ TWO_PARALLEL_JOB = [ 'test_strided_slice_op', 'test_switch_case', 'test_target_assign_op', - 'test_translated_layer', 'test_isfinite_op', 'test_conv_elementwise_add_act_fuse_pass', 'test_unbind_op', @@ -1656,12 +1648,10 @@ TWO_PARALLEL_JOB = [ 'test_mkldnn_batch_norm_act_fuse_pass', 'test_imperative_skip_op', 'test_proximal_adagrad_op', - 'test_word2vec', 'test_conv2d_transpose_mkldnn_op', 'test_imperative_optimizer', 'test_assign_value_op', 'test_roi_pool_op', - 'test_word2vec', 'test_manual_seed', 'test_range', 'test_box_decoder_and_assign_op', -- GitLab