Skip to content

Commit 9234e6b

Browse files
Skip Java tests on ARM (#19214)
1 parent 147be38 commit 9234e6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SignalR/clients/java/signalr/signalr.client.java.Tests.javaproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
<IsTestProject>true</IsTestProject>
1313

14+
<!-- Installing Java on ARM will take some work -->
15+
<SkipHelixArm>true</SkipHelixArm>
16+
1417
<!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do :) -->
1518
<GradleOptions Condition="'$(ContinuousIntegrationBuild)' == 'true'">$(GradleOptions) -Dorg.gradle.daemon=false</GradleOptions>
1619
<PublishDir>$(OutputPath)</PublishDir>

0 commit comments

Comments
 (0)