Skip to content

Commit 2b10aee

Browse files
committed
disable seqexpandconcatfc op test on Mac
1 parent e69d9c8 commit 2b10aee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ list(REMOVE_ITEM TEST_OPS test_cond_op) # FIXME(qijun): https://github.com/Paddl
2828

2929
list(REMOVE_ITEM TEST_OPS op_test) # op_test is a helper python file, not a test
3030
list(REMOVE_ITEM TEST_OPS decorators) # decorators is a helper python file, not a test
31+
if(APPLE)
32+
# this op is not support on mac
33+
list(REMOVE_ITEM TEST_OPS test_fusion_seqexpand_concat_fc_op)
34+
endif()
3135

3236
function(py_test_modules TARGET_NAME)
3337
if(WITH_TESTING)

0 commit comments

Comments
 (0)