Update FIPS Test Failure Debugging docs to mention backport branch (#219728)

## Summary

Update FIPS docs to call out new backport requirements
This commit is contained in:
Kurt 2025-04-30 10:44:39 -04:00 committed by GitHub
parent 7f6fcf0fec
commit 16270ab7e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,8 @@ It is imperative to skip only the tests that are affected by FIPS overrides. If
This will still allow the test to run as part of regular CI, but will skip the test in the FIPS pipeline.
PRs for these test skips on `main` should be backported to the `8.19` branch as well.
### Failed tests due to FIPS/OpenSSL errors
Errors that are related to FIPS/OpenSSL are more serious and should be addressed immediately. These will require code changes to switch to FIPS compliant crypto functionality.