Closed
Description
The following test has been failing since Thursday on the win11.arm64 helix queue.
aspnetcore/src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs
Lines 23 to 37 in 46a3d2b
It last passed on Thu at 6AM in this build.
Then it started failing on Thu at 6PM in this build.
Error message
QuicListener.IsSupported should be true.
Expected: True
Actual: False
Stack trace
at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.WebHostTests.HelixPlatform_QuickListenerIsSupported() in /_/src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs:line 35
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Looking through the changes that went into the repo in between those 2 builds, nothing jumps out as something that could have broken this. So maybe the Helix win11 arm64 machines changed?