diff --git a/test/cpp/fluid/CMakeLists.txt b/test/cpp/fluid/CMakeLists.txt index 2395af92090a4d..a786a6e57bb33d 100644 --- a/test/cpp/fluid/CMakeLists.txt +++ b/test/cpp/fluid/CMakeLists.txt @@ -122,18 +122,7 @@ cc_test( DEPS lod_tensor device_context generated_static_op) if(WITH_CINN) - paddle_test( - op_debug_string_test - SRCS - op_debug_string_test.cc - DEPS - executor - fleet_executor - recurrent_op_helper - recurrent_op - elementwise_add_op - ${COMMON_OP_DEPS} - python) + paddle_test(op_debug_string_test SRCS op_debug_string_test.cc) else() paddle_test(op_debug_string_test SRCS op_debug_string_test.cc) endif()