Update changelog/11367.bugfix.rst

This commit is contained in:
Bruno Oliveira 2023-09-03 14:06:37 -03:00 committed by Bruno Oliveira
parent c2567160be
commit 22f5c53667
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1 @@
[junit] move properties handling to :func:`finalize()`
seem like not all the cases of calling finalize were adding the properties into the test case element,
which leads to some test cases missing the expected properties.
Fixed bug where `user_properties` where not being saved in the JUnit XML file if a fixture failed during teardown.