Skip to content

Commit

Permalink
Fix skip condition for java tests (#60241)
Browse files Browse the repository at this point in the history
Co-authored-by: William Godbe <[email protected]>
  • Loading branch information
github-actions[bot] and wtgodbe authored Feb 6, 2025
1 parent 38c7170 commit ddf40df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SkipHelixArm>true</SkipHelixArm>
<SkipHelixAlpine>true</SkipHelixAlpine>
<!-- Temporary while Mac machines get new JDK -->
<SkipHelixQueues>OSX.13.Amd64.Open;$(SkipHelixQueues)</SkipHelixQueues>
<SkipHelixQueues>OSX.15.Amd64.Open;$(SkipHelixQueues)</SkipHelixQueues>
<PublishDir>$(OutputPath)</PublishDir>
<TestDependsOnJava>true</TestDependsOnJava>
</PropertyGroup>
Expand Down

0 comments on commit ddf40df

Please sign in to comment.