ethantang93 opened a new issue, #10948: URL: https://github.com/apache/arrow-rs/issues/10948
### Is your feature request related to a problem or challenge? Follow-up to #10803. The latest Miri run on main took 24m and reported 19 tests exceeding nextest’s 60-second slow-test threshold. ### Describe the solution you'd like Mark those tests with #[cfg_attr(miri, ignore)] while preserving their normal cargo test coverage. ### Describe alternatives you've considered _No response_ ### Additional context see https://github.com/apache/arrow-rs/pull/10803#issuecomment-5463002763 for more context -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
