From 6aa82e03ac37e7595196bf83de3aa180104f1e4f Mon Sep 17 00:00:00 2001 From: Zhou Wei <52485244+zhouwei25@users.noreply.github.com> Date: Thu, 7 Jan 2021 12:59:41 +0800 Subject: [PATCH] open normal unittest on windows (#30167) --- tools/windows/run_unittests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/windows/run_unittests.sh b/tools/windows/run_unittests.sh index d4dc88cf43..9a48231826 100644 --- a/tools/windows/run_unittests.sh +++ b/tools/windows/run_unittests.sh @@ -45,11 +45,8 @@ diable_wingpu_test="^test_analysis_predictor$|\ ^test_model$|\ ^test_decoupled_py_reader$|\ ^test_generator_dataloader$|\ -^test_ir_memory_optimize_pass$|\ ^test_multiprocess_dataloader_iterable_dataset_static$|\ -^test_parallel_executor_pg$|\ ^test_py_reader_using_executor$|\ -^test_weight_decay$|\ ^test_parallel_executor_feed_persistable_var$|\ ^test_parallel_executor_fetch_isolated_var$|\ ^test_parallel_executor_inference_feed_partial_data$|\ -- GitLab