You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,8 +69,7 @@ public void MulticastOption_CreateSocketSetGetOption_GroupAndInterfaceIndex_SetS
66
69
}
67
70
}
68
71
69
-
[ConditionalFact(typeof(PlatformDetection),nameof(PlatformDetection.IsNotWindowsNanoNorServerCore))]// Skip on Nano: https://github.com/dotnet/runtime/issues/26286
@@ -124,10 +126,9 @@ public void MulticastInterface_Set_InvalidIndex_Throws()
124
126
}
125
127
}
126
128
127
-
[ConditionalFact(typeof(PlatformDetection),nameof(PlatformDetection.IsNotWindowsNanoNorServerCore))]// Skip on Nano: https://github.com/dotnet/runtime/issues/26286
129
+
[ConditionalFact(nameof(CanRunMulticastTests))]
128
130
[SkipOnPlatform(TestPlatforms.OSX|TestPlatforms.FreeBSD,"Expected behavior is different on OSX or FreeBSD")]
0 commit comments