Skip to content

Commit fe7f244

Browse files
authored
Update CMakeLists.txt
Add warning when disable test_fuse_elewise_add_act_pass on Mac
1 parent 683728e commit fe7f244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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

0 commit comments

Comments
 (0)