Skip to content

Commit 943c46c

Browse files
authored
Merge pull request #13503 from chengduoZH/disable_fuse_elewise_add_act
Disable test_fuse_elewise_add_act in mac
2 parents 7f1e312 + fe7f244 commit 943c46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ if(APPLE)
3434
list(REMOVE_ITEM TEST_OPS test_desc_clone)
3535
list(REMOVE_ITEM TEST_OPS test_program_code)
3636
endif(NOT WITH_DISTRIBUTE)
37-
message(WARNING "These tests has been disabled in OSX before being fixed: \n test_detection_map_op \n test_dist_se_resnext")
37+
message(WARNING "These tests has been disabled in OSX before being fixed: \n test_fuse_elewise_add_act_pass \n test_detection_map_op \n test_dist_se_resnext")
3838
# this op is not support on mac
3939
list(REMOVE_ITEM TEST_OPS test_fusion_seqexpand_concat_fc_op)
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)