You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/paddle/fluid/tests/unittests/CMakeLists.txt
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ list(REMOVE_ITEM TEST_OPS op_test) # op_test is a helper python file, not a test
30
30
list(REMOVE_ITEMTEST_OPSdecorators) # decorators is a helper python file, not a test
31
31
32
32
if(APPLE)
33
-
message(WARNING"These tests has been disabled in OSX before being fixed: \n test_detection_map_op \n test_desc_clone \n test_debugger \n test_program_code \n test_dist_transformer \n test_dist_se_resnext")
33
+
if(NOTWITH_DISTRIBUTE)
34
+
list(REMOVE_ITEMTEST_OPStest_desc_clone)
35
+
list(REMOVE_ITEMTEST_OPStest_program_code)
36
+
endif(NOTWITH_DISTRIBUTE)
37
+
message(WARNING"These tests has been disabled in OSX before being fixed: \n test_detection_map_op \n test_dist_se_resnext")
0 commit comments