Merge pull request #14657 from velconia/disable_ut_in_mac_py35

Remove test_recognize_digits_mlp from Mac
f7c96f079b
Qiyang Min 6 years ago committed by GitHub
commit 400cf19f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,8 @@ else()
foreach(src ${TEST_OPS})
if(${src} STREQUAL "test_recognize_digits_conv")
message(WARNING "These tests has been disabled in OSX for random fail: \n" ${src})
elseif(${src} STREQUAL "test_recognize_digits_mlp")
message(WARNING "These tests has been disabled in OSX for random fail: \n" ${src})
else()
py_test(${src} SRCS ${src}.py)
endif()

Loading…
Cancel
Save