Disable MsQuicTests.CertificateCallbackThrowPropagates test#99108
Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsContributes to 99074. Seems like microsoft/msquic#4145 was not enough to fix async certificate rejection. The test is spuriously fails on platforms which have MsQuic built from main, which seems to be the Alpine queues where we don't have MsQuic release feeds for.
|
IIRC it would have the version number of the last release +1, would the version comparison actually work? Should we just disable it for Alpine? |
That's true, but the issue is not Alpine specific, it happens when we try to do the certificate validation asynchronously. There were actually two bugs in MsQuic:
So, on versions < 2.4 we will do the validation inline and will avoid both of the above mentioned issues. |
|
CI failures are unrelated |
Contributes to #99074.
Seems like microsoft/msquic#4145 was not enough to fix async certificate rejection.
The test spuriously fails on platforms which have MsQuic built from main, which seems to be the Alpine queues where we don't have MsQuic release feeds for.