Skip to content

Commit

Permalink
Disable Android arm64 runtime tests (#47852)
Browse files Browse the repository at this point in the history
See #47850
  • Loading branch information
akoeplinger authored Feb 4, 2021
1 parent 076ad64 commit d0e0c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/runtime-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
runtimeFlavor: mono
platforms:
- Android_x64
- Android_arm64
#- Android_arm64 # disabled due to https://github.com/dotnet/runtime/issues/47850
variables:
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest')) }}:
- name: _HelixSource
Expand Down

0 comments on commit d0e0c0b

Please sign in to comment.