From 0dcfb7b45eada8e6e0cc7319cce706c58e840bd8 Mon Sep 17 00:00:00 2001 From: yuyang18 Date: Wed, 23 May 2018 15:31:47 +0800 Subject: [PATCH] Remove buggy tests --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index 75dcb4366d..eed1412ba4 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -48,4 +48,3 @@ foreach(TEST_OP ${TEST_OPS}) endforeach(TEST_OP) py_test_modules(test_warpctc_op MODULES test_warpctc_op ENVS FLAGS_warpctc_dir=${WARPCTC_LIB_DIR} SERIAL) py_test_modules(test_dist_train MODULES test_dist_train SERIAL) -py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL) -- GitLab