Skip to content

Commit

Permalink
Revert "update alpine test images" (#82309)
Browse files Browse the repository at this point in the history
* Revert "update alpine test images (#81841)"

This reverts commit 82c8918.

* Update eng/pipelines/libraries/helix-queues-setup.yml

* Update eng/pipelines/libraries/helix-queues-setup.yml
  • Loading branch information
ManickaP authored Feb 18, 2023
1 parent 2bd2ed9 commit 3f228d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public void SupportedWindowsPlatforms_IsSupportedIsTrue()
Assert.True(QuicConnection.IsSupported);
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/81901", typeof(PlatformDetection), nameof(PlatformDetection.IsAlpine314), nameof(PlatformDetection.IsInContainer))]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsLinux))]
public async Task SupportedLinuxPlatformsWithMsQuic_IsSupportedIsTrue()
{
Expand Down

0 comments on commit 3f228d8

Please sign in to comment.