sw/qa/uitest/writer_tests5/tdf118540.py | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit c3f92d7d97109515e2b4a6aec6d65f41480b9da5 Author: Miklos Vajna <[email protected]> AuthorDate: Wed Jun 5 11:58:00 2019 +0200 Commit: Miklos Vajna <[email protected]> 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 <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
