Skip to content

Commit

Permalink
Skip HelixPlatform_QuickListenerIsSupported on win-arm64 (dotnet#47072)
Browse files Browse the repository at this point in the history
* Skip HelixPlatform_QuickListenerIsSupported on win-arm64

The current version of msquic doesn't have win-arm64 binaries. See dotnet/msquic#131.

Issues tracking re-enabling the test is dotnet#47065

* PR feedback
  • Loading branch information
eerhardt authored Mar 7, 2023
1 parent 4c55cc9 commit 17e2398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ public class WebHostTests : LoggedTest
[SkipNonHelix]
[SkipOnAlpine("https://github.com/dotnet/aspnetcore/issues/46537")]
[SkipOnMariner("https://github.com/dotnet/aspnetcore/issues/46537")]
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/46616", Queues = "Debian.12.Arm64.Open;")]
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/46616;https://github.com/dotnet/aspnetcore/issues/47065", Queues = "Debian.12.Arm64.Open;Windows.Amd64.Server2022.Open")]
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "HTTP/3 isn't supported on MacOS.")]
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win11_21H2)]
public void HelixPlatform_QuickListenerIsSupported()
public void HelixPlatform_QuicListenerIsSupported()
{
Assert.True(QuicListener.IsSupported, "QuicListener.IsSupported should be true.");
Assert.True(new MsQuicSupportedAttribute().IsMet, "MsQuicSupported.IsMet should be true.");
Expand Down

0 comments on commit 17e2398

Please sign in to comment.