Disable IPGlobalProperties_TcpActiveConnections_Succeed test on Mono/Windows (#35113)
authorJan Kotas <jkotas@microsoft.com>
Fri, 17 Apr 2020 18:37:32 +0000 (11:37 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 18:37:32 +0000 (14:37 -0400)
Fixes #35111

src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/IPGlobalPropertiesTest.cs

index 0989462cd5403ba24260d0200de7a2a1c6be2458..236c9dcb7f361fb19a5ee0f5aa4014c2f69bcc55 100644 (file)
@@ -77,6 +77,7 @@ namespace System.Net.NetworkInformation.Tests
         }
 
         [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsSubsystemForLinux))] // [ActiveIssue("https://github.com/dotnet/runtime/issues/18258")]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/34690", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)]
         [MemberData(nameof(Loopbacks))]
         public async Task IPGlobalProperties_TcpActiveConnections_Succeed(IPAddress address)
         {