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.
This assert should be the only one you need to skip. The rest should hold.
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