Skip Java tests on ARM (#19214)
This commit is contained in:
parent
147be384ee
commit
9234e6bfdb
|
|
@ -11,6 +11,9 @@
|
|||
|
||||
<IsTestProject>true</IsTestProject>
|
||||
|
||||
<!-- Installing Java on ARM will take some work -->
|
||||
<SkipHelixArm>true</SkipHelixArm>
|
||||
|
||||
<!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do :) -->
|
||||
<GradleOptions Condition="'$(ContinuousIntegrationBuild)' == 'true'">$(GradleOptions) -Dorg.gradle.daemon=false</GradleOptions>
|
||||
<PublishDir>$(OutputPath)</PublishDir>
|
||||
|
|
|
|||
Loading…
Reference in New Issue