Skip to content

Commit 133ada7

Browse files
del test_transpiler_ops.py
1 parent 3389cad commit 133ada7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/paddle/fluid/tests/unittests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ list(APPEND MIXED_DIST_TEST_OPS test_dgc_momentum_op)
2828
list(APPEND MIXED_DIST_TEST_OPS test_dgc_optimizer)
2929
list(APPEND MIXED_DIST_TEST_OPS test_simple_dist_transpiler)
3030
list(APPEND MIXED_DIST_TEST_OPS test_recv_save_op)
31-
list(APPEND MIXED_DIST_TEST_OPS test_transpiler_ops)
3231
list(APPEND MIXED_DIST_TEST_OPS test_c_comm_init_op)
3332
list(APPEND MIXED_DIST_TEST_OPS test_communicator_async)
3433
list(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)

0 commit comments

Comments
 (0)