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

Commit

Permalink
Enable test_gluon.test_export (#12688)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandanavk authored and sandeep-krishnamurthy committed Oct 1, 2018
1 parent 6522a2c commit 094661d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_gluon.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ def check_embedding_large_input(sparse_grad):
check_embedding_large_input(True)
check_embedding_large_input(False)

@unittest.skip("Flaky test: https://github.com/apache/incubator-mxnet/issues/11616")
@with_seed()
def test_export():
ctx = mx.context.current_context()
Expand Down

0 comments on commit 094661d

Please sign in to comment.