Disable Socket tests on Apple Platforms which requires Local Network permission#121496
Merged
liveans merged 4 commits intodotnet:mainfrom Nov 17, 2025
Merged
Disable Socket tests on Apple Platforms which requires Local Network permission#121496liveans merged 4 commits intodotnet:mainfrom
liveans merged 4 commits intodotnet:mainfrom
Conversation
Contributor
|
Tagging subscribers to this area: @dotnet/ncl |
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates test skipping attributes to broaden the scope of issue #114450 workarounds from Mac Catalyst x64 to all Apple platforms, and adds the same workaround to an additional test.
- Expands existing
ActiveIssueattribute inSendTo.csfrom Mac Catalyst x64 to all Apple platforms - Adds new
ActiveIssueattribute toMulticastInterface_Set_AnyInterface_Succeedstest
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketOptionNameTest.cs | Adds ActiveIssue attribute to skip MulticastInterface_Set_AnyInterface_Succeeds test on Apple platforms due to issue #114450 |
| src/libraries/System.Net.Sockets/tests/FunctionalTests/SendTo.cs | Broadens existing ActiveIssue attribute from Mac Catalyst x64 specifically to all Apple platforms for consistency |
rzikm
approved these changes
Nov 10, 2025
wfurt
reviewed
Nov 10, 2025
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendTo.cs
Outdated
Show resolved
Hide resolved
This was referenced Nov 10, 2025
Open
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Nov 17, 2025
wfurt
approved these changes
Nov 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some networking tests on OSX requires Local Network permission after OSX 13. These requirements are practically same for all Apple platforms so disabling them for now. Until we figure out a clear solution on pipeline machines.