-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.PlatformNotSupportedException : The PKCS#12 Exportable flag is not supported on this platform. breaking many tests on tvOS simulator #58044
Comments
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsThis is failing many tests in
@mdh1418 this is making a lot of noise when looking through staging failures. @dotnet/area-system-security is the correct change here to just disable these tests permanently for tvOS?
|
was in #57992 |
Looks like it's also net6.0-MacCatalyst-Release-x64-Mono_Release-OSX.1015.Amd64.Open |
@mdh1418 just curious, why didn't the first PR disable the tests? Didn't the failures show up in PR validation? That caused a bunch of noise, me opening this issue, etc. and then folks are less inclined to look at runtime-staging results as so many are failing. |
@danmoseley Ah, it was a lapse. I didn't properly check the runtime-staging lane for iOS/tvOS/MacCatalyst and missed out on System.Security.Cryptography test suite actually having failures vs being a crashed suite since there are suites crashing on each PR that are partially logged here #53624. We are currently investigating why they're crashing |
It's cool, just wondering whether we had a process failure. Yes, there's a chicken and egg here, the more existing noise in the staging pipeline, the easier it is to add more failures to the staging pipeline. 😢 |
This is failing many tests in
System.Security.Cryptography.X509Certificates.Tests.PfxFormatTests_*
https://dev.azure.com/dnceng/public/_build/results?buildId=1313534&view=ms.vss-test-web.build-test-results-tab&runId=38657078&resultId=142723&paneView=debug
@mdh1418 this is making a lot of noise when looking through staging failures.
@dotnet/area-system-security is the correct change here to just disable these tests permanently for tvOS?
The text was updated successfully, but these errors were encountered: