diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index 73139c7fbbc24bd6e57f0a7b90041a05d40e1a8a..55d265770a4dc90769ba145c0a00bd840bb48bb3 100755 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -1759,3 +1759,9 @@ set_tests_properties(test_renorm_op_without_eager 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") +set_tests_properties(test_parallel_executor_drop_scope + PROPERTIES ENVIRONMENT "FLAGS_USE_STANDALONE_EXECUTOR=0")