This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch leezu-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 185126f4f9e71f9b79276d3e2e71fb62d30b3aea
Author: Leonard Lausen <lau...@amazon.com>
AuthorDate: Thu Apr 30 17:03:07 2020 -0700

    Update test_numpy_op.py
---
 tests/python/unittest/test_numpy_op.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/unittest/test_numpy_op.py 
b/tests/python/unittest/test_numpy_op.py
index 115e76b..4fdccbb 100644
--- a/tests/python/unittest/test_numpy_op.py
+++ b/tests/python/unittest/test_numpy_op.py
@@ -6420,6 +6420,7 @@ def test_np_linalg_det():
 
 @with_seed()
 @use_np
+@pytest.mark.skip(reason='https://github.com/apache/incubator-mxnet/issues/18184')
 def test_np_linalg_slogdet():
     class TestSlogdet(HybridBlock):
         def __init__(self):

Reply via email to