fix windows bug (#29993)

revert-31562-mean
huangxu96 4 years ago committed by GitHub
parent 3016ba852e
commit be5c2e6050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,6 +101,9 @@ if(WIN32)
# TODO: Fix these unittests failed on Windows
LIST(REMOVE_ITEM TEST_OPS test_debugger)
if (WITH_GPU)
LIST(REMOVE_ITEM TEST_OPS test_update_loss_scaling_op)
endif()
endif()
if(NOT WITH_DISTRIBUTE OR WIN32)

@ -74,7 +74,6 @@ diable_wingpu_test="^test_gradient_clip$|\
^test_py_reader_pin_memory$|\
^test_py_reader_push_pop$|\
^test_reader_reset$|\
^test_update_loss_scaling_op$|\
^test_imperative_se_resnext$|\
^test_imperative_static_runner_while$|\
^test_fuse_bn_act_pass$|\

Loading…
Cancel
Save