LuciferYang opened a new pull request #34676: URL: https://github.com/apache/spark/pull/34676
### What changes were proposed in this pull request? After SPARK-37272 and SPARK-37282, we can manually add ``` -Dtest.exclude.tags=org.apache.spark.tags.ExtendedLevelDBTest,org.apache.spark.tags.ExtendedRocksDBTest ``` when run `mvn test` or `sbt test` to disable unsupported UTs on MacOs using Apple Silicon. This pr add a new profile to re-write `test.exclude.tags` property and activate it automatically when build on MacOs using Apple Silicon to simplify execution commands. ### Why are the changes needed? Simplify test commands on MacOs using Apple Silicon. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - Pass the Jenkins or GitHub Action - Run the tests on M1. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
