Skip to content

Commit 683728e

Browse files
committed
disable test_fuse_elewise_add_act in mac
1 parent d4570f0 commit 683728e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ if(APPLE)
4040
# TODO: add the unitest back when it fixed
4141
list(REMOVE_ITEM TEST_OPS test_detection_map_op)
4242
list(REMOVE_ITEM TEST_OPS test_dist_se_resnext)
43+
list(REMOVE_ITEM TEST_OPS test_fuse_elewise_add_act_pass)
4344
endif()
4445

4546
function(py_test_modules TARGET_NAME)

0 commit comments

Comments
 (0)