-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Re-enable test disabled against #103333 #117124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Re-enables tests that were previously excluded due to issue #103333 by removing the exclusion configuration for ARM NativeAOT.
- Removed the
<ItemGroup>
that excludedGC/API/GC/GetTotalAllocatedBytes/**
tests on ARM native AOT. - Cleans up obsolete exclusion now that the underlying issue is resolved.
This does not appear to fail anymore. |
Closes #103333