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

Commit

Permalink
Update test_numpy_op.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zha0q1 authored Feb 24, 2021
1 parent a16cfa4 commit 64d2db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_numpy_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -3573,7 +3573,7 @@ def hybrid_forward(self, F, x):

@with_seed()
@use_np
@pytest.mark.skip(reason='https://github.com/apache/incubator-mxnet/issues/18600')
@unittest.skip(reason='https://github.com/apache/incubator-mxnet/issues/18600')
def test_np_delete():
class TestDelete(HybridBlock):
def __init__(self, obj, axis=None):
Expand Down

0 comments on commit 64d2db0

Please sign in to comment.