Skip to content

Commit 0a02451

Browse files
phlrainXiaoguangHu01
authored andcommitted
fix ocr; test=develop (#17751)
1 parent bd48950 commit 0a02451

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/paddle/fluid/tests/unittests/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ list(REMOVE_ITEM TEST_OPS test_modified_huber_loss_op) # FIXME(qijun) https://gi
2929
list(REMOVE_ITEM TEST_OPS test_lstm_unit_op) # # FIXME(qijun) https://github.com/PaddlePaddle/Paddle/issues/5185
3030
list(REMOVE_ITEM TEST_OPS test_cond_op) # FIXME(qijun): https://github.com/PaddlePaddle/Paddle/issues/5101#issuecomment-339814957
3131

32+
list(REMOVE_ITEM TEST_OPS test_imperative_ocr_attention_model) #FIX(hongyu)
33+
3234
list(REMOVE_ITEM TEST_OPS op_test) # op_test is a helper python file, not a test
3335
list(REMOVE_ITEM TEST_OPS decorator_helper) # decorator_helper is a helper python file, not a test
3436
if(APPLE)

0 commit comments

Comments
 (0)