Skip to content

Commit

Permalink
Disable flaky test_lstm_fusion_cpu test (pytorch#8747)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
  • Loading branch information
ezyang authored and James Reed committed Jun 21, 2018
1 parent e07a49e commit 40262ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def test_lstm_fusion_cuda(self):
self.assertExpectedGraph(ge.graph_for(*inputs))

@unittest.skipIf(IS_WINDOWS, "NYI: fuser support for Windows")
@unittest.skip("Test is flaky, see https://github.com/pytorch/pytorch/issues/8746")
def test_lstm_fusion_cpu(self):
inputs = get_lstm_inputs('cpu')
try:
Expand Down

0 comments on commit 40262ca

Please sign in to comment.