From 1c2b5e59ae53ef3042ad1b5cf9aa275391c92971 Mon Sep 17 00:00:00 2001 From: Rohan Varma Date: Tue, 31 Aug 2021 12:51:20 -0700 Subject: [PATCH] Remove ref to test_distributed_fork (#64197) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/64197 Removes this line as test is gone. ghstack-source-id: 136986275 Test Plan: CI Reviewed By: walterddr Differential Revision: D30642929 fbshipit-source-id: a0c7dfdfb35a4a7f7ec1b881dbea53d85136012c --- test/run_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run_test.py b/test/run_test.py index 77e7f15..d0871fa 100755 --- a/test/run_test.py +++ b/test/run_test.py @@ -345,7 +345,6 @@ JIT_EXECUTOR_TESTS = [ ] DISTRIBUTED_TESTS = [ - "distributed/test_distributed_fork", "distributed/test_distributed_spawn", ] -- 2.7.4