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
Copy file name to clipboardExpand all lines: src/libraries/System.Net.Sockets/tests/FunctionalTests/KeepAliveTest.cs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,8 @@ public void Socket_KeepAlive_Interval_And_Time()
121
121
}
122
122
}
123
123
124
-
[ConditionalFact(typeof(PlatformDetection),nameof(PlatformDetection.IsNotQemuLinux))]// Skip on Qemu due to https://gitlab.com/qemu-project/qemu/-/issues/2390
@@ -65,7 +65,8 @@ public void MulticastOption_CreateSocketSetGetOption_GroupAndInterfaceIndex_SetS
65
65
}
66
66
}
67
67
68
-
[ConditionalFact(nameof(SupportedOnPlatform))]// Skip on Nano: https://github.com/dotnet/runtime/issues/26286 and Qemu
68
+
[ConditionalFact(typeof(PlatformDetection),nameof(PlatformDetection.IsNotWindowsNanoNorServerCore))]// Skip on Nano: https://github.com/dotnet/runtime/issues/26286
// On all platforms, index 0 means "any interface"
@@ -121,9 +122,10 @@ public void MulticastInterface_Set_InvalidIndex_Throws()
121
122
}
122
123
}
123
124
124
-
[ConditionalFact(nameof(SupportedOnPlatform))]// Skip on Nano: https://github.com/dotnet/runtime/issues/26286 and Qemu
125
+
[ConditionalFact(typeof(PlatformDetection),nameof(PlatformDetection.IsNotWindowsNanoNorServerCore))]// Skip on Nano: https://github.com/dotnet/runtime/issues/26286
125
126
[SkipOnPlatform(TestPlatforms.OSX|TestPlatforms.FreeBSD,"Expected behavior is different on OSX or FreeBSD")]
0 commit comments