diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index b44a42889afb57dc8e3c67bed08d0b4e4adef519..3dae35ad8632d50a472e1674e07f55f03c1972f0 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -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)