disable ut test_vision_models and test_pretrained_model,test=document_fix (#27502)

revert-27520-disable_pr
YUNSHEN XIE 4 years ago committed by GitHub
parent c17f9cf25f
commit 19a58b3d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save