## Description ## Enabled test_gluon.test_export. Fixes https://github.com/apache/incubator-mxnet/issues/11688
## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes) - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage: - Unit tests are added for small changes to verify correctness (e.g. adding a new operator) - Nightly tests are added for complicated/long-running ones (e.g. changing distributed kvstore) - Build tests will be added for build configuration changes (e.g. adding a new build option with NCCL) - [ ] Code is well-documented: - For user-facing API changes, API doc string has been updated. - For new C++ functions in header files, their functionalities and arguments are documented. - For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable - Check the API doc at http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html - [ ] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change ### Changes ### - Enabled the test ## Comments ## - Executed the test 10000 times - no failure observed. ``` MXNET_TEST_COUNT=10000 nosetests --verbose -s tests/python/unittest/test_gluon.py:test_export [INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=610397542 to reproduce. test_gluon.test_export ... ok ---------------------------------------------------------------------- Ran 1 test in 7245.468s OK ``` [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12688 ] This message was relayed via gitbox.apache.org for [email protected]
