From 14eadf937b8ecf219d01a40f4a87d793bc7090ea Mon Sep 17 00:00:00 2001 From: Charlie Yan Date: Wed, 22 Jun 2022 20:08:41 +0000 Subject: [PATCH] Enable test: test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py Pull Request resolved: https://github.com/pytorch/pytorch/pull/80077 Approved by: https://github.com/wanchaol --- test/run_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run_test.py b/test/run_test.py index 815c7de79e9..145025b5aa6 100644 --- a/test/run_test.py +++ b/test/run_test.py @@ -100,7 +100,6 @@ TESTS = discover_tests( 'test_static_runtime', 'test_throughput_benchmark', 'test_typing', - "distributed/algorithms/ddp_comm_hooks/test_ddp_hooks", "distributed/algorithms/quantization/test_quantization", "distributed/bin/test_script", "distributed/elastic/multiprocessing/bin/test_script",