HyukjinKwon commented on a change in pull request #34676:
URL: https://github.com/apache/spark/pull/34676#discussion_r753929523
##########
File path: pom.xml
##########
@@ -3580,6 +3580,18 @@
</os>
</activation>
</profile>
+ <profile>
+ <id>mac-on-apple-silicon</id>
+ <properties>
+
<test.exclude.tags>org.apache.spark.tags.ExtendedLevelDBTest,org.apache.spark.tags.ExtendedRocksDBTest</test.exclude.tags>
Review comment:
Hm, I think we don't need to bother with this for now. Testing tags are
enough. I would prefer to avoid having profiles here for other combinations of
tests.
--
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]