Disable SupportedWindowsPlatforms_IsSupportedIsTrue on Windows Arm64 (#82902)
authorNatalia Kondratyeva <knatalia@microsoft.com>
Thu, 2 Mar 2023 23:44:54 +0000 (00:44 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 23:44:54 +0000 (00:44 +0100)
src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs

index d37d9b9..5c8d375 100644 (file)
@@ -22,6 +22,7 @@ namespace System.Net.Quic.Tests
         }
 
         [ActiveIssue("https://github.com/dotnet/runtime/issues/73290", typeof(PlatformDetection), nameof(PlatformDetection.IsSingleFile))]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/82885", typeof(PlatformDetection), nameof(PlatformDetection.IsArm64Process))]
         [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsWindows), nameof(PlatformDetection.SupportsTls13))]
         public void SupportedWindowsPlatforms_IsSupportedIsTrue()
         {