From 34c301dba63461b2012801dec108753fd1e1c417 Mon Sep 17 00:00:00 2001 From: XieYunshen <1084314248@qq.com> Date: Fri, 25 Sep 2020 01:08:01 +0800 Subject: [PATCH] disable test_parallel_executor_fetch_isolated_var --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index c00d51ba498..6b61f403ff1 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -561,11 +561,12 @@ set_tests_properties(test_parallel_executor_test_while_train test_parallel_execu test_data_norm_op test_dataloader_keep_order test_dataloader_unkeep_order - test_parallel_executor_fetch_isolated_var test_parallel_executor_inference_feed_partial_data test_parallel_ssa_graph_inference_feed_partial_data test_fetch_unmerged test_buffer_shared_memory_reuse_pass PROPERTIES LABELS "RUN_TYPE=DIST") +# disable test_parallel_executor_fetch_isolated_var +# set_tests_properties(test_parallel_executor_fetch_isolated_var PROPERTIES LABELS "RUN_TYPE=DIST") set_tests_properties(test_parallel_executor_crf test_sync_batch_norm_op test_inplace_abn_op test_parallel_executor_seresnext_base_gpu -- GitLab