diff --git a/changelog/11367.bugfix.rst b/changelog/11367.bugfix.rst index 437bc3835..dda40db0f 100644 --- a/changelog/11367.bugfix.rst +++ b/changelog/11367.bugfix.rst @@ -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.