disable test_lstm,test=document_fix (#28030)

* disable test_lstm,test=document_fix

* fix some error,test=document_fix
swt-req
YUNSHEN XIE 5 years ago committed by GitHub
parent ff02173d01
commit bf5325f38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
list(REMOVE_ITEM TEST_OPS test_lstm)
foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
endforeach(TEST_OP)

Loading…
Cancel
Save