-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Skip asserts in Http SSL test on macOS #22305
Conversation
@dotnet-bot test Outerloop OSX x64 Debug Build |
flags == X509ChainStatusFlags.RevocationStatusUnknown; | ||
if (!skipAssertsForMacOS) | ||
{ | ||
Assert.True(errors == SslPolicyErrors.None, $"Expected {SslPolicyErrors.None}, got {errors} with chain status {flags}"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This assert should be the only one you need to skip. The rest should hold.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed.
6154042
to
afeebcd
Compare
@dotnet-bot test Outerloop OSX x64 Debug Build |
@dotnet/dnceng, a lot of OSX legs are failing on different PRs with errors like:
|
@dotnet-bot test Outerloop OSX x64 Debug Build please |
@dotnet-bot test Outerloop OSX x64 Debug Build please |
@dotnet/dnceng, @mmitche, the OSX legs are still failing even after Matt reset the boxes, e.g. "Using context: OSX x64 Debug Build |
@dotnet-bot test OSX x64 Debug Build please |
@stephentoub I think it actually might just be one of the machines. |
Ok, thanks. Can we take it out of the rotation until it's fixed? |
@stephentoub Done. Can you let me know whether you see it again. @dotnet/dnceng for visibility |
Will do. Thanks. |
Commit migrated from dotnet/corefx@bb45594
Closes https://github.com/dotnet/corefx/issues/21922
cc: @bartonjs