Tuesday, April 28, 2026
1 change · saas-18.2
Enhancements to existing features
This update corrects how default test tags are identified during nightly error parsing. It reduces the risk that disabling one failing test could accidentally disable a much larger test suite, helping maintain more reliable automated quality checks.
Original PR description
When an error is parsed during the nightly, the default test tag is not correct in 18 and 19, what could lead to disabling the complete hoot suite if not taking enough care when disabling a test. This backports part of #234937 to ensure with have the correct tag in all version supporting hoot tests. Forward-Port-Of: odoo/odoo#261526