diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index 3a0878825f4ee2893e8121e544c6f8b3d6ab6d5d..a55cbaca0fcccdef5ff8df7e62d64721c78d3d88 100755 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -1243,17 +1243,6 @@ if(WITH_CINN AND WITH_TESTING) ) endif() -py_test_modules( - test_add_reader_dependency_for_interpretercore MODULES - test_add_reader_dependency ENVS FLAGS_CONVERT_GRAPH_TO_PROGRAM=true) - -set_tests_properties(test_add_reader_dependency_for_interpretercore - PROPERTIES TIMEOUT 120) - -py_test_modules( - test_eager_deletion_padding_rnn_for_interpretercore MODULES - test_eager_deletion_padding_rnn ENVS FLAGS_CONVERT_GRAPH_TO_PROGRAM=true) - # ExecutionStrategy is deprecated in standalone executor set_tests_properties(test_parallel_executor_dry_run PROPERTIES ENVIRONMENT "FLAGS_USE_STANDALONE_EXECUTOR=0")