josephevans opened a new pull request #19618: URL: https://github.com/apache/incubator-mxnet/pull/19618
## Description ## The onnxruntime tests are flaky because of a shared temp directory, which causes a race condition between tests. This PR changes the test to use a test-specific temporary directory provided by pytest (tmp_path) to make these tests more solid. ---------------------------------------------------------------- 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]
