We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba0a89 commit d7bdffaCopy full SHA for d7bdffa
torch/testing/_internal/distributed/rpc/dist_autograd_test.py
@@ -1411,10 +1411,7 @@ def _wait_backward_done():
1411
time.sleep(0.1)
1412
1413
@dist_init(clean_shutdown=False)
1414
- @unittest.skipIf(
1415
- IS_MACOS,
1416
- "Test is flaky on MacOS since libuv error handling is not as robust as TCP",
1417
- )
+ @unittest.skip("Test is flaky, see https://github.com/pytorch/pytorch/issues/35099")
1418
def test_backward_node_failure_python_udf(self):
1419
# Set a short timeout to quickly time out failed RPCs.
1420
rpc._set_rpc_timeout(timedelta(milliseconds=5000))
0 commit comments