From 879bf65811ea3af43f72a734ca9dad67ce889cfb Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Wed, 23 Jan 2019 11:53:55 -0800 Subject: [PATCH] Disable flaky test Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16274 Reviewed By: pietern Differential Revision: D13788036 fbshipit-source-id: a9b7353fb0655908e6d47387cc77af33e9471aed --- test/test_c10d.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_c10d.py b/test/test_c10d.py index dc7efd9..04b6a5f 100644 --- a/test/test_c10d.py +++ b/test/test_c10d.py @@ -842,6 +842,7 @@ class ProcessGroupGlooTest(MultiProcessTestCase): ] self._test_scatter_stress(inputs, lambda t: t.clone()) + @unittest.skip("Test is flaky, see https://github.com/pytorch/pytorch/issues/15963") @skip_if_not_multigpu def test_scatter_stress_cuda(self): inputs = [ -- 2.7.4