DickJC123 opened a new pull request #19322: URL: https://github.com/apache/incubator-mxnet/pull/19322
## Description ## This fixes issue https://github.com/apache/incubator-mxnet/issues/19255, where it was noted that when a unittest calls pytest.skip(), the with_seed() decorator considers it a non-successful outcome and logs the seed. Now no seed is logged. This PR doesn't have any testing added- I will inspect the CI log for subtest-skipping tests such as test_gluon.py::test_hybrid_static_memory to verify that the unneeded seed logging has been successfully removed. ## Checklist ## ### Essentials ### - [X ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [X ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage - [X ] Code is well-documented ### Changes ### - [ ] Feature1, tests, (and when applicable, API doc) - [ ] Feature2, tests, (and when applicable, API doc) ## Comments ## - If this change is a backward incompatible change, why must this change be made. - Interesting edge cases to note here ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
