Disable Quic_IsSupportedTests against ActiveIssue (#87306)
authorJan Kotas <jkotas@microsoft.com>
Fri, 9 Jun 2023 05:38:58 +0000 (22:38 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 05:38:58 +0000 (22:38 -0700)
Related #87275

src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicPlatformDetectionTests.cs

index 61b40e8cce83cbf478ec18050f72bff5444290b0..f53a00e838df131d2fbe99b1a5b12ea6cf012397 100644 (file)
@@ -32,6 +32,7 @@ namespace System.Net.Quic.Tests
 
         [Fact]
         [PlatformSpecific(TestPlatforms.Linux)]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/87275", typeof(PlatformDetection), nameof(PlatformDetection.IsDebian))]
         public async Task SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue()
         {
             using Process find = new Process();
@@ -57,6 +58,7 @@ namespace System.Net.Quic.Tests
         [ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsRaspbian10), nameof(PlatformDetection.IsArmv6Process), nameof(PlatformDetection.IsInContainer))]
         [ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsUbuntu2004), nameof(PlatformDetection.IsPpc64leProcess))]
         [ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsUbuntu2004), nameof(PlatformDetection.IsS390xProcess))]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/87275", typeof(PlatformDetection), nameof(PlatformDetection.IsDebian))]
         [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsInHelix))]
         [PlatformSpecific(TestPlatforms.Linux)]
         public void SupportedLinuxPlatforms_IsSupportedIsTrue()