Skip to content

Commit 63fd70b

Browse files
committed
Run unconditional msquic Linux test only in our CI, i.e. Helix
1 parent eb6f712 commit 63fd70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void SupportedWindowsPlatforms_IsSupportedIsTrue()
3131

3232
[ActiveIssue("https://github.com/dotnet/runtime/issues/81901", typeof(PlatformDetection), nameof(PlatformDetection.IsAlpine314), nameof(PlatformDetection.IsInContainer))]
3333
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsLinux))]
34-
public async Task SupportedLinuxPlatformsWithMsquic_IsSupportedIsTrue()
34+
public async Task SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue()
3535
{
3636
using Process find = new Process();
3737
find.StartInfo.FileName = "find";
@@ -57,7 +57,7 @@ public async Task SupportedLinuxPlatformsWithMsquic_IsSupportedIsTrue()
5757
[ActiveIssue("https://github.com/dotnet/runtime/issues/81901", typeof(PlatformDetection), nameof(PlatformDetection.IsMariner1), nameof(PlatformDetection.IsInContainer))]
5858
[ActiveIssue("https://github.com/dotnet/runtime/issues/81901", typeof(PlatformDetection), nameof(PlatformDetection.IsCentos7), nameof(PlatformDetection.IsInContainer))]
5959
[ActiveIssue("https://github.com/dotnet/runtime/issues/82055", typeof(PlatformDetection), nameof(PlatformDetection.IsUbuntu1804), nameof(PlatformDetection.IsArmProcess), nameof(PlatformDetection.IsInContainer))]
60-
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsLinux))]
60+
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsLinux), nameof(PlatformDetection.IsInHelix))]
6161
public void SupportedLinuxPlatforms_IsSupportedIsTrue()
6262
{
6363
_output.WriteLine($"Running on {PlatformDetection.GetDistroVersionString()}");

0 commit comments

Comments
 (0)