From 22f5c53667c7d0089f1edc4d435d21f070391cad Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 3 Sep 2023 14:06:37 -0300 Subject: [PATCH] Update changelog/11367.bugfix.rst --- changelog/11367.bugfix.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.