-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Android][CoreCLR] Re-Enable fixed networking tests #118772
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
[Android][CoreCLR] Re-Enable fixed networking tests #118772
Conversation
/azp run runtime-android,runtime-androidemulator,runtime-extra-platforms |
Azure Pipelines successfully started running 3 pipeline(s). |
Tagging subscribers to this area: @hoyosjs |
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.
Thank you!
Happy to help :) |
/ba-g Irrelevant platforms and #118766. |
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
This PR re-enables Android networking tests that were previously disabled but have now been fixed by PR #118765. The change specifically adds back two System.Net test projects to the Android smoke test suite.
- Re-enables System.Net.Http functional tests for Android
- Re-enables System.Net.Mail functional tests for Android
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Description
This PR re-enables Android tests that were fixed by #118765.