提交 2794c743 编写于 作者: X XieYunshen

disable ut test_vision_models and test_pretrained_model,test=document_fix

上级 bc5f0246
......@@ -8,6 +8,10 @@ foreach(TEST_OP ${DIST_TEST_OPS})
list(REMOVE_ITEM TEST_OPS ${TEST_OP})
endforeach()
# disable test_pretrained_model and test_vision_models
list(REMOVE_ITEM TEST_OPS test_pretrained_model)
list(REMOVE_ITEM TEST_OPS test_vision_models)
foreach(src ${TEST_OPS})
py_test(${src} SRCS ${src}.py)
endforeach()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册