Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ab082da

Browse files
wfurtstephentoub
authored andcommitted
enable multicast test on Fedora again (#25552)
1 parent 9a81f78 commit ab082da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ public void MulticastOption_CreateSocketSetGetOption_GroupAndInterfaceIndex_SetS
8787
[Fact]
8888
public async Task MulticastInterface_Set_AnyInterface_Succeeds()
8989
{
90-
if (PlatformDetection.IsFedora)
91-
{
92-
return; // [ActiveIssue(24008)]
93-
}
94-
9590
// On all platforms, index 0 means "any interface"
9691
await MulticastInterface_Set_Helper(0);
9792
}

0 commit comments

Comments
 (0)