File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
python/paddle/fluid/tests/unittests Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ list(APPEND MIXED_DIST_TEST_OPS test_dgc_momentum_op)
2828list (APPEND MIXED_DIST_TEST_OPS test_dgc_optimizer)
2929list (APPEND MIXED_DIST_TEST_OPS test_simple_dist_transpiler)
3030list (APPEND MIXED_DIST_TEST_OPS test_recv_save_op)
31- list (APPEND MIXED_DIST_TEST_OPS test_transpiler_ops)
3231list (APPEND MIXED_DIST_TEST_OPS test_c_comm_init_op)
3332list (APPEND MIXED_DIST_TEST_OPS test_communicator_async)
3433list (APPEND MIXED_DIST_TEST_OPS test_communicator_geo)
@@ -483,7 +482,6 @@ if(WITH_DISTRIBUTE)
483482 list (REMOVE_ITEM DIST_TEST_OPS "test_dist_fleet_gloo" )
484483
485484 py_test_modules(test_recv_save_op MODULES test_recv_save_op ENVS ${dist_ENVS} )
486- py_test_modules(test_transpiler_ops MODULES test_transpiler_ops ENVS ${dist_ENVS} )
487485 py_test_modules(test_communicator_async MODULES test_communicator_async ENVS ${dist_ENVS} )
488486 py_test_modules(test_communicator_geo MODULES test_communicator_geo ENVS ${dist_ENVS} )
489487 py_test_modules(test_communicator_half_async MODULES test_communicator_half_async ENVS ${dist_ENVS} FLAGS_communicator_send_queue_size=1 FLAGS_communicator_max_merge_var_num=1)
You can’t perform that action at this time.
0 commit comments