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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 5 19:03:50 UTC 2019


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

New commits:
commit c3f92d7d97109515e2b4a6aec6d65f41480b9da5
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Jun 5 11:58:00 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Jun 5 21:02:44 2019 +0200

    sw: disable test_tdf118540_preview_document_properties()
    
    See the discussion at <https://gerrit.libreoffice.org/#/c/70840/> this
    test is quite unstable at the moment, unfortunately.
    
    Change-Id: I6cbfdd0d9c5af8a848f32ab209ae70bc7a10d4af
    Reviewed-on: https://gerrit.libreoffice.org/73557
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/sw/qa/uitest/writer_tests5/tdf118540.py b/sw/qa/uitest/writer_tests5/tdf118540.py
index a7b403d3b750..9b8b34fa3200 100644
--- a/sw/qa/uitest/writer_tests5/tdf118540.py
+++ b/sw/qa/uitest/writer_tests5/tdf118540.py
@@ -21,6 +21,8 @@ def get_url_for_data_file(file_name):
 
 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