未验证 提交 28164b26 编写于 作者: Y YUNSHEN XIE 提交者: GitHub

disable test_rnn_decode_api and test_complex_matmul on windows (#29252)

上级 b58cfff8
...@@ -135,6 +135,11 @@ if(WITH_MUSL) ...@@ -135,6 +135,11 @@ if(WITH_MUSL)
LIST(REMOVE_ITEM TEST_OPS test_sigmoid_focal_loss_op) LIST(REMOVE_ITEM TEST_OPS test_sigmoid_focal_loss_op)
endif() endif()
if(WIN32)
LIST(REMOVE_ITEM TEST_OPS test_rnn_decode_api)
LIST(REMOVE_ITEM TEST_OPS test_complex_matmul)
endif()
LIST(REMOVE_ITEM TEST_OPS test_auto_checkpoint) LIST(REMOVE_ITEM TEST_OPS test_auto_checkpoint)
LIST(REMOVE_ITEM TEST_OPS test_auto_checkpoint1) LIST(REMOVE_ITEM TEST_OPS test_auto_checkpoint1)
LIST(REMOVE_ITEM TEST_OPS test_auto_checkpoint2) LIST(REMOVE_ITEM TEST_OPS test_auto_checkpoint2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册