Skip to content

Commit

Permalink
[v1.5 Patch] Disable flaky test_backward_node_failure_python_udf test…
Browse files Browse the repository at this point in the history
… in dist_autograd_test.py

This test is flaky on 1.5 release branch. Below is a failed CI run:
https://app.circleci.com/pipelines/github/pytorch/pytorch/157331/workflows/b3e0bd6b-6c55-4d14-bde8-96b8345cf9e2/jobs/5190025
  • Loading branch information
Shen Li authored and gchanan committed Apr 20, 2020
1 parent 9ba0a89 commit d7bdffa
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1411,10 +1411,7 @@ def _wait_backward_done():
time.sleep(0.1)

@dist_init(clean_shutdown=False)
@unittest.skipIf(
IS_MACOS,
"Test is flaky on MacOS since libuv error handling is not as robust as TCP",
)
@unittest.skip("Test is flaky, see https://github.com/pytorch/pytorch/issues/35099")
def test_backward_node_failure_python_udf(self):
# Set a short timeout to quickly time out failed RPCs.
rpc._set_rpc_timeout(timedelta(milliseconds=5000))
Expand Down

0 comments on commit d7bdffa

Please sign in to comment.