Skip to content

Commit 0caa3e7

Browse files
authored
enable disabled Quic tests (#87385)
1 parent 91cc34c commit 0caa3e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ 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))]
3635
public async Task SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue()
3736
{
3837
using Process find = new Process();
@@ -58,7 +57,6 @@ public async Task SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue()
5857
[ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsRaspbian10), nameof(PlatformDetection.IsArmv6Process), nameof(PlatformDetection.IsInContainer))]
5958
[ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsUbuntu2004), nameof(PlatformDetection.IsPpc64leProcess))]
6059
[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))]
6260
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsInHelix))]
6361
[PlatformSpecific(TestPlatforms.Linux)]
6462
public void SupportedLinuxPlatforms_IsSupportedIsTrue()

0 commit comments

Comments
 (0)