From 29776702c0b3d4c9ad7a75c8e47322991c9a89f5 Mon Sep 17 00:00:00 2001 From: Natalia Kondratyeva Date: Thu, 2 Mar 2023 15:38:15 +0000 Subject: [PATCH] Disable SupportedWindowsPlatforms_IsSupportedIsTrue on Windows Arm64 --- .../tests/FunctionalTests/MsQuicPlatformDetectionTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs b/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs index d37d9b988f0547..5c8d37576d94bb 100644 --- a/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs +++ b/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs @@ -22,6 +22,7 @@ public void UnsupportedPlatforms_ThrowsPlatformNotSupportedException() } [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() {