-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Reenable Android.Device_Emulator.Aot.Test.csproj #50332
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
Conversation
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsCloses #49757
|
75361ab
to
91f4f4e
Compare
@@ -68,6 +68,11 @@ | |||
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Tests.csproj" /> | |||
</ItemGroup> | |||
|
|||
<ItemGroup Condition="'$(TargetOS)' == 'Android' and '$(TargetArchitecture)' == 'x86'"> | |||
<!-- https://github.com/dotnet/runtime/issues/50493 --> | |||
<FunctionalTestExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\AOT\Android.Device_Emulator.Aot.Test.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.
Curious why didn't we choose to use ProjectExclusions
for this case?
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.
Hmm it felt like a good idea to separate from the normal unit tests but now that I look again it's probably unnecessary. Will merge to unblock the tests and rename this in a follow-up PR.
Follow up from feedback in #50332
Follow up from feedback in #50332
Closes #49757