We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd48950 commit 0a02451Copy full SHA for 0a02451
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -29,6 +29,8 @@ list(REMOVE_ITEM TEST_OPS test_modified_huber_loss_op) # FIXME(qijun) https://gi
29
list(REMOVE_ITEM TEST_OPS test_lstm_unit_op) # # FIXME(qijun) https://github.com/PaddlePaddle/Paddle/issues/5185
30
list(REMOVE_ITEM TEST_OPS test_cond_op) # FIXME(qijun): https://github.com/PaddlePaddle/Paddle/issues/5101#issuecomment-339814957
31
32
+list(REMOVE_ITEM TEST_OPS test_imperative_ocr_attention_model) #FIX(hongyu)
33
+
34
list(REMOVE_ITEM TEST_OPS op_test) # op_test is a helper python file, not a test
35
list(REMOVE_ITEM TEST_OPS decorator_helper) # decorator_helper is a helper python file, not a test
36
if(APPLE)
0 commit comments