-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Delete Decrypt_Pkcs1_ErrorsForInvalidPadding #99373
Conversation
This test has a small random chance of failure because of non-determinism. The test Decrypt_Pkcs1_BadPadding covers this scenario and is properly deterministic, so let's go ahead and delete the test that has a chance of failing.
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones Issue DetailsThis test has a small random chance of failure because of non-determinism. The test Decrypt_Pkcs1_BadPadding covers this scenario and is properly deterministic, so let's go ahead and delete the test that has a chance of failing. Fixes #99369
|
/backport to release/8.0-staging |
/backport to release/7.0-staging |
Started backporting to release/8.0-staging: /~https://github.com/dotnet/runtime/actions/runs/8257396981 |
Started backporting to release/7.0-staging: /~https://github.com/dotnet/runtime/actions/runs/8257398810 |
/backport to release/6.0-staging |
Started backporting to release/6.0-staging: /~https://github.com/dotnet/runtime/actions/runs/8257405003 |
This test has a small random chance of failure because of non-determinism. The test Decrypt_Pkcs1_BadPadding covers this scenario and is properly deterministic, so let's go ahead and delete the test that has a chance of failing.
Fixes #99369