Skip to content

Commit

Permalink
Skip HelixPlatform_QuickListenerIsSupported on win-arm64
Browse files Browse the repository at this point in the history
The current version of msquic doesn't have win-arm64 binaries. See dotnet/msquic#131.

Issues tracking re-enabling the test is dotnet#47065
  • Loading branch information
eerhardt committed Mar 7, 2023
1 parent 02df4ac commit ad738e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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()
Expand Down

0 comments on commit ad738e4

Please sign in to comment.