Remove ref to test_distributed_fork (#64197)
authorRohan Varma <rvarm1@fb.com>
Tue, 31 Aug 2021 19:51:20 +0000 (12:51 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 31 Aug 2021 20:31:27 +0000 (13:31 -0700)
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

index 77e7f15..d0871fa 100755 (executable)
@@ -345,7 +345,6 @@ JIT_EXECUTOR_TESTS = [
 ]
 
 DISTRIBUTED_TESTS = [
-    "distributed/test_distributed_fork",
     "distributed/test_distributed_spawn",
 ]