Skip to content

Commit f0b2f59

Browse files
authored
remove ut from parallel_ut list (#32788)
* remove ut from parallel_ut list * remove some timeout ut
1 parent c285261 commit f0b2f59

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

tools/parallel_UT_rule.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -284,19 +284,15 @@
284284
'test_default_scope_funcs',
285285
'test_default_dtype',
286286
'test_debugger',
287-
'test_dataset_wmt',
288287
'test_dataset_voc',
289288
'test_dataset_uci_housing',
290-
'test_dataset_movielens',
291289
'test_dataset_imikolov',
292290
'test_dataset_imdb',
293291
'test_dataset_conll05',
294-
'test_dataset_cifar',
295292
'test_dataloader_dataset',
296293
'test_data_generator',
297294
'test_data_feeder',
298295
'test_data',
299-
'test_cyclic_cifar_dataset',
300296
'test_cudnn_placement_pass',
301297
'test_crypto',
302298
'test_crf_decoding_op',
@@ -335,7 +331,6 @@
335331
'test_broadcast_to_op',
336332
'test_broadcast_shape',
337333
'test_broadcast_error',
338-
'test_broadcast',
339334
'test_bpr_loss_op',
340335
'test_boxps',
341336
'test_bipartite_match_op',
@@ -346,8 +341,6 @@
346341
'test_basic_rnn_name',
347342
'test_attention_lstm_op',
348343
'test_analyzer',
349-
'test_allreduce',
350-
'test_allgather',
351344
'test_aligned_allocator',
352345
'system_allocator_test',
353346
'stringprintf_test',
@@ -494,7 +487,6 @@
494487
'test_dist_mnist_ring_allreduce',
495488
'test_fleet_launch_async',
496489
'test_dist_fleet_a_sync_optimizer_geo',
497-
'test_parallel_dygraph_control_flow',
498490
'test_auto_checkpoint',
499491
'test_fleet_pipeline_meta_optimizer',
500492
'test_dist_fleet_heter_ctr',
@@ -516,12 +508,10 @@
516508
'test_dist_fleet_ps2',
517509
'test_dist_fleet_grad_clip',
518510
'test_custom_concat',
519-
'test_analyzer_transformer_fuse',
520511
'test_analyzer_seq_pool1_fuse_statis',
521512
'test_fc_lstm_fuse_pass_cc',
522513
'test_layer_norm_fuse_pass',
523514
'test_fc_gru_fuse_pass_cc',
524-
'test_analyzer_save_model',
525515
'test_fleet_ps',
526516
'test_analyzer_multi_model_prediction',
527517
'test_fleet_base_3',
@@ -545,7 +535,6 @@
545535
'test_bf16_utils',
546536
'test_analyzer_seq_pool1_compare_determine',
547537
'test_avoid_twice_initialization',
548-
'test_callback_early_stop',
549538
'test_fleet_distributed_strategy',
550539
'test_launch_coverage',
551540
'test_sgd_op_bf16',
@@ -632,16 +621,11 @@
632621
'test_analyzer_seq_pool1',
633622
'test_analyzer_ocr',
634623
'test_analyzer_seq_conv1',
635-
'test_analyzer_small_dam',
636624
'test_analyzer_mobilenet_depthwise_conv',
637625
'test_analyzer_pyramid_dnn',
638-
'test_analyzer_text_classification',
639626
'test_analyzer_rnn2',
640-
'test_analyzer_transformer',
641627
'test_analyzer_resnet50',
642628
'test_analyzer_ner',
643-
'test_analyzer_lac',
644-
'test_analyzer_transformer_profile',
645629
'test_analyzer_mobilenet_transpose',
646630
'test_analyzer_rnn1',
647631
'test_analyzer_seq_pool1_profile',
@@ -664,7 +648,6 @@
664648
'test_collective_split_embedding_none_divisible',
665649
'test_collective_wait',
666650
'test_collective_split_row_linear',
667-
'test_collective_split_col_linear',
668651
'test_collective_split_embedding',
669652
'test_custom_attrs_jit',
670653
'float16_gpu_test',
@@ -699,11 +682,8 @@
699682
'test_ema',
700683
'test_nan_inf',
701684
'test_isinstance',
702-
'test_jit_save_load',
703685
'test_box_clip_op',
704-
'test_group_norm_op',
705686
'test_seed_op',
706-
'test_activation_nn_grad',
707687
'test_pool2d_int8_mkldnn_op',
708688
'test_adagrad_op_v2',
709689
'test_nn_functional_hot_op',
@@ -734,7 +714,6 @@
734714
'test_lod_reset_op',
735715
'test_install_check',
736716
'test_anchor_generator_op',
737-
'test_imperative_ptb_rnn',
738717
'test_gather_nd_op',
739718
'test_network_with_dtype',
740719
'test_elementwise_sub_op',
@@ -823,7 +802,6 @@
823802
'test_sequence_expand_as',
824803
'test_cos_sim_op',
825804
'test_sequence_enumerate_op',
826-
'test_cross_entropy2_op',
827805
'test_sequence_concat',
828806
'test_cudnn_lstmcell',
829807
'test_data_norm_op',
@@ -928,7 +906,6 @@
928906
'test_crop_tensor_op',
929907
'test_sequence_expand',
930908
'test_sequence_mask',
931-
'test_conv_nn_grad',
932909
'test_sequence_pool',
933910
'test_conv_elementwise_add2_act_fuse_pass',
934911
'test_sequence_reshape',
@@ -955,7 +932,6 @@
955932
'test_adam_op',
956933
'test_bilinear_tensor_product_op',
957934
'test_transpose_mkldnn_op',
958-
'test_callback_reduce_lr_on_plateau',
959935
'test_cast_op',
960936
'test_scatter_nd_op',
961937
'test_conv2d_transpose_op_depthwise_conv',

0 commit comments

Comments
 (0)