Get RH6 outerloop clean
authordanmosemsft <danmose@microsoft.com>
Sat, 2 Mar 2019 23:26:32 +0000 (15:26 -0800)
committerDan Moseley <danmose@microsoft.com>
Sun, 3 Mar 2019 01:25:25 +0000 (17:25 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/21799a3c1613285a90398eb3cf9ce41d704e786b

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

index 2b3ab0d..704166f 100644 (file)
@@ -87,6 +87,11 @@ namespace System.Net.Sockets.Tests
         [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer))] // ActiveIssue: dotnet/corefx #29929
         public async Task MulticastInterface_Set_AnyInterface_Succeeds()
         {
+            if (PlatformDetection.IsRedHatFamily6)
+            {
+                return; // [ActiveIssue(34809)]
+            }
+
             // On all platforms, index 0 means "any interface"
             await MulticastInterface_Set_Helper(0);
         }
@@ -154,9 +159,9 @@ namespace System.Net.Sockets.Tests
         [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer))] // ActiveIssue: dotnet/corefx #29929
         public async Task MulticastInterface_Set_IPv6_AnyInterface_Succeeds()
         {
-            if (PlatformDetection.IsFedora || PlatformDetection.IsRedHatFamily7 || PlatformDetection.IsOSX)
+            if (PlatformDetection.IsRedHatFamily6)
             {
-                return; // [ActiveIssue(24008)]
+                return; // [ActiveIssue(34809)]
             }
 
             // On all platforms, index 0 means "any interface"