Skip to content

Commit 00b2d76

Browse files
committed
dis MulticastInterface_Set_AnyInterface_Succeeds
1 parent 666293e commit 00b2d76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketOptionNameTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public void MulticastOption_CreateSocketSetGetOption_GroupAndInterfaceIndex_SetS
6565
}
6666

6767
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoNorServerCore))] // Skip on Nano: https://github.com/dotnet/runtime/issues/26286
68+
[ActiveIssue("https://github.com/dotnet/runtime/issues/113827", typeof(PlatformDetection), nameof(PlatformDetection.IsAppleMobile))]
6869
public async Task MulticastInterface_Set_AnyInterface_Succeeds()
6970
{
7071
// On all platforms, index 0 means "any interface"

0 commit comments

Comments
 (0)