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

Commit

Permalink
Disable flaky test_custom_op_fork (#17481)
Browse files Browse the repository at this point in the history
* disable test_custom_op_fork

* retrigger ci
  • Loading branch information
rondogency committed Feb 4, 2020
1 parent c95631c commit 6c733b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5983,7 +5983,7 @@ def create_operator(self, ctx, shapes, dtypes):
x = mx.nd.Custom(length=10, depth=10, op_type="no_input_op")
assert_almost_equal(x, np.ones(shape=(10, 10), dtype=np.float32))


@unittest.skip("Flaky test, tracked at https://github.com/apache/incubator-mxnet/issues/17467")
@with_seed()
def test_custom_op_fork():
# test custom operator fork
Expand Down

0 comments on commit 6c733b1

Please sign in to comment.