Skip to content

Commit

Permalink
add the cumsum unit test for the develop (PaddlePaddle#29881)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawltor authored Dec 24, 2020
1 parent 26f9ab7 commit 7498df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/tests/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ list(REMOVE_ITEM TEST_OPS test_fuse_bn_add_act_pass)
list(REMOVE_ITEM TEST_OPS test_imperative_static_runner_mnist)
list(REMOVE_ITEM TEST_OPS test_imperative_static_runner_while)
# disable test_cumsum_op temporaily
list(REMOVE_ITEM TEST_OPS test_cumsum_op)
# list(REMOVE_ITEM TEST_OPS test_cumsum_op)

# disable this unittest temporarily
list(REMOVE_ITEM TEST_OPS test_imperative_data_loader_exception)
Expand Down

0 comments on commit 7498df2

Please sign in to comment.