You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/01 17:34:06 UTC

[GitHub] sandeep-krishnamurthy closed pull request #12688: Enable test_gluon.test_export

sandeep-krishnamurthy closed pull request #12688: Enable test_gluon.test_export
URL: https://github.com/apache/incubator-mxnet/pull/12688
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/python/unittest/test_gluon.py b/tests/python/unittest/test_gluon.py
index 796182e2b73..d2d36a49743 100644
--- a/tests/python/unittest/test_gluon.py
+++ b/tests/python/unittest/test_gluon.py
@@ -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()


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services