disable test_rnn_decode_api and test_complex_matmul on windows (#29252)

revert-31562-mean
YUNSHEN XIE 4 years ago committed by GitHub
parent b58cfff89d
commit 28164b266f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -135,6 +135,11 @@ if(WITH_MUSL)
LIST(REMOVE_ITEM TEST_OPS test_sigmoid_focal_loss_op)
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_checkpoint1)
LIST(REMOVE_ITEM TEST_OPS test_auto_checkpoint2)

Loading…
Cancel
Save