From 2e80857760a9750251830356822ab3213d24073e Mon Sep 17 00:00:00 2001 From: Yiqun Liu Date: Tue, 12 Jan 2021 20:44:43 +0800 Subject: [PATCH] Try to remove test_fuse_elewise_add_act_pass from the black list of running unittest on windows. (#30282) --- tools/windows/run_unittests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/windows/run_unittests.sh b/tools/windows/run_unittests.sh index 4bfd06e2526..0a21ffc5a42 100644 --- a/tools/windows/run_unittests.sh +++ b/tools/windows/run_unittests.sh @@ -64,7 +64,6 @@ diable_wingpu_test="^test_gradient_clip$|\ ^test_dataloader_early_reset$|\ ^test_decoupled_py_reader_data_check$|\ ^test_fleet_base_single$|\ -^test_fuse_elewise_add_act_pass$|\ ^test_fuse_optimizer_pass$|\ ^test_multiprocess_dataloader_iterable_dataset_dynamic$|\ ^test_parallel_dygraph_sync_batch_norm$|\ -- GitLab