mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
[AI Codemod][DevmateFBSourceTestFailureBot] Fix for T243177299 ("Your diff, D85182174, broke some tests") (#166753)
Summary: As per title, a bot created this diff because this test broke due to [a different PR.](https://github.com/pytorch/pytorch/pull/166026) <Erased bot summary in case anything we don't want to make external.> Test Plan: Bot ran the tests and they passed. <Erased bot test plan in case anything we don't want to make external.> Differential Revision: D85745809 Pull Request resolved: https://github.com/pytorch/pytorch/pull/166753 Approved by: https://github.com/d4l3k
This commit is contained in:
parent
9261a1fb12
commit
fd5da81fdd
|
|
@ -800,6 +800,7 @@ if not (TEST_WITH_DEV_DBG_ASAN or IS_WINDOWS or IS_MACOS or IS_CI):
|
|||
stderr_redirects={0: stderr_redir},
|
||||
ret_vals={0: queue},
|
||||
queue_finished_reading_event=worker_finished_event_mock,
|
||||
numa_options=None,
|
||||
)
|
||||
self.assertEqual("hello_0", queue.get())
|
||||
if stdout_redir:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user