[Libreoffice-commits] core.git: sw/qa

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 22 13:37:58 UTC 2021


 sw/qa/uitest/writer_tests5/tdf118540.py |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 09acea893429b6bdfe61da23e463cfbc29947b72
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Fri Feb 19 11:14:06 2021 +0100
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Feb 22 14:37:19 2021 +0100

    uitest: sw: re-enable test to see if it still fails
    
    it doesn't fail for me, let's see for others.
    Anyway, I might have an idea how to fix it if it still fails
    
    Change-Id: Ie3b60c0e652302df3d2ff0331c3df765934620c8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111203
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>

diff --git a/sw/qa/uitest/writer_tests5/tdf118540.py b/sw/qa/uitest/writer_tests5/tdf118540.py
index 1ae4a30c2055..6bf46a14396a 100644
--- a/sw/qa/uitest/writer_tests5/tdf118540.py
+++ b/sw/qa/uitest/writer_tests5/tdf118540.py
@@ -15,8 +15,6 @@ from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file
 
 class tdf118540(UITestCase):
    def test_tdf118540_preview_document_properties(self):
-        # FIXME flaky test, usually passes, but breaks regularly.
-        return
         writer_doc = self.ui_test.load_file(get_url_for_data_file("tdf118540.docx"))
         document = self.ui_test.get_component()
         self.xUITest.executeCommand(".uno:PrintPreview")  #open print preview


More information about the Libreoffice-commits mailing list