Skip to content

Commit c4c0fb1

Browse files
committed
Disable Quic_IsSupportedTests against ActiveIssue
Related dotnet#87275
1 parent d270a4d commit c4c0fb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public void SupportedWindowsPlatforms_IsSupportedIsTrue()
3232

3333
[Fact]
3434
[PlatformSpecific(TestPlatforms.Linux)]
35+
[ActiveIssue("https://github.com/dotnet/runtime/issues/87275", typeof(PlatformDetection), nameof(PlatformDetection.IsDebian))]
3536
public async Task SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue()
3637
{
3738
using Process find = new Process();
@@ -57,6 +58,7 @@ public async Task SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue()
5758
[ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsRaspbian10), nameof(PlatformDetection.IsArmv6Process), nameof(PlatformDetection.IsInContainer))]
5859
[ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsUbuntu2004), nameof(PlatformDetection.IsPpc64leProcess))]
5960
[ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsUbuntu2004), nameof(PlatformDetection.IsS390xProcess))]
61+
[ActiveIssue("https://github.com/dotnet/runtime/issues/87275", typeof(PlatformDetection), nameof(PlatformDetection.IsDebian))]
6062
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsInHelix))]
6163
[PlatformSpecific(TestPlatforms.Linux)]
6264
public void SupportedLinuxPlatforms_IsSupportedIsTrue()

0 commit comments

Comments
 (0)