mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "[BE][6/16] fix typos in torch/ (#156316)"
This reverts commit b210cf1ea56bcd9f937a2805d9e70d8684d25ee4.
Reverted https://github.com/pytorch/pytorch/pull/156316 on behalf of https://github.com/atalman due to export/test_torchbind.py::TestCompileTorchbind::test_compile_error_on_input_aliasing_contents_backend_aot_eager [GH job link](https://github.com/pytorch/pytorch/actions/runs/15804799771/job/44548489912) [HUD commit link](c95f7fa874
) ([comment](https://github.com/pytorch/pytorch/pull/156313#issuecomment-2994171213))
This commit is contained in:
@ -1760,7 +1760,7 @@ class MultiProcContinousTest(TestCase):
|
||||
f"skipping rest of tests in Test class: {self.__class__.__name__}" # noqa: G004
|
||||
)
|
||||
# Poison rest of tests (because ProcessGroup may be not
|
||||
# reusable now)
|
||||
# re-usable now)
|
||||
self.__class__.poison_pill = True
|
||||
raise rv
|
||||
|
||||
|
Reference in New Issue
Block a user