From 17d10a5d96da664784dc9fd7da9f23622e5b6c09 Mon Sep 17 00:00:00 2001 From: Ruibiao Chen Date: Fri, 10 Feb 2023 18:38:54 +0800 Subject: [PATCH] Remove redundant UTs for interptercore (#50392) --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index 3a0878825f..a55cbaca0f 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") -- GitLab