We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69d9c8 commit 2b10aeeCopy full SHA for 2b10aee
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -28,6 +28,10 @@ list(REMOVE_ITEM TEST_OPS test_cond_op) # FIXME(qijun): https://github.com/Paddl
28
29
list(REMOVE_ITEM TEST_OPS op_test) # op_test is a helper python file, not a test
30
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()
35
36
function(py_test_modules TARGET_NAME)
37
if(WITH_TESTING)
0 commit comments