diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index b44a42889a..3dae35ad86 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)