-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[release/8.0-staging] Disable Multicast SocketOption test #119888
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
[release/8.0-staging] Disable Multicast SocketOption test #119888
Conversation
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 disables a failing multicast socket test on macOS by adding a platform-specific skip attribute. The test is failing on macOS 14+ due to changes in the operating system's handling of network interface parameters for multicast interface selection.
- Adds a
SkipOnPlatform
attribute to exclude the test on OSX - Provides a clear explanation for why the test is being skipped
/backport to release/9.0-staging |
Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/17856562770 |
Test only change => tell mode |
Backport of #119888 to release/9.0-staging
/cc @liveans
Customer Impact
[Select one or both of the boxes. Describe how this issue impacts customers, citing the expected and actual behaviors and scope of the issue. If customer-reported, provide the issue number.]
Regression
[If yes, specify when the regression was introduced. Provide the PR or commit if known.]
Testing
CI
Risk
None, test-only.
IMPORTANT: If this backport is for a servicing release, please verify that:
release/X.0-staging
, notrelease/X.0
.