-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Disable UnsafeAccessorsTests tests on extra-platforms
#117812
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
Disable UnsafeAccessorsTests tests on extra-platforms
#117812
Conversation
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
vitek-karas
left a comment
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.
If you can, this looks wrong:
<ItemGroup Condition="'$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'CoreCLR' and '$(RunDisablediOSTests)' != 'true'">
I think the last part should be $(RunDisabledAndroidTests).
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
System.IO.Pipelines.Tests and UnsafeAccessorsTests tests on extra-platformsUnsafeAccessorsTests tests on extra-platforms
|
/ba-g #117714 |
Description
This PR disables failing tests on extra-platforms.
Changes