Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disable laop_6 (#15976)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu committed Aug 26, 2019
1 parent 5042d2a commit 7d8c2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6851,6 +6851,7 @@ def test_laop_5():

# Tests for linalg.inverse
@with_seed()
@unittest.skip("Test crashes https://github.com/apache/incubator-mxnet/issues/15975")
def test_laop_6():
dtype = np.float64
rtol_fw = 1e-7
Expand Down

0 comments on commit 7d8c2ec

Please sign in to comment.