Skip to content

Commit 49800ae

Browse files
committed
Raspbian 10 removed from CI
1 parent bb09451 commit 49800ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ public async Task SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue()
5757
}
5858
}
5959

60-
[ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsRaspbian10), nameof(PlatformDetection.IsArmv6Process), nameof(PlatformDetection.IsInContainer))]
61-
[ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsPpc64leProcess))]
62-
[ActiveIssue("https://github.com/dotnet/runtime/issues/82154", typeof(PlatformDetection), nameof(PlatformDetection.IsUbuntu2004), nameof(PlatformDetection.IsS390xProcess))]
6360
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsInHelix))]
6461
[PlatformSpecific(TestPlatforms.Linux)]
6562
public void SupportedLinuxPlatforms_IsSupportedIsTrue()

0 commit comments

Comments
 (0)