-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Disable System.IO.Pipelines.Tests
and 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
base: main
Are you sure you want to change the base?
Disable System.IO.Pipelines.Tests
and 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). |
@@ -234,6 +234,7 @@ | |||
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Text.Encoding.Tests\System.Text.Encoding.Tests.csproj" /> | |||
<!-- https://github.com/dotnet/runtime/issues/62547 --> | |||
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Security.Cryptography\tests\System.Security.Cryptography.Tests.csproj" /> | |||
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.IO.Pipelines\tests\System.IO.Pipelines.Tests.csproj" /> |
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.
Oh well - this sucks... but no better option.
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)
.
Description
This PR disables failing tests on extra-platforms.
Changes