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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Wed May 22 08:38:35 UTC 2019


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

New commits:
commit b004b7f3c1a28ebab1823bdbe38660b6c44483b1
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed May 22 09:48:19 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed May 22 10:37:57 2019 +0200

    UITest_writer_tests5: disable unstable test_tdf123378_print_sets_modified()
    
    See <https://gerrit.libreoffice.org/#/c/67754/3> for discussion, the
    stability of this test has to be improved before it can be enabled
    again.
    
    Change-Id: Iae7d16c7a6c3659de132e2d64ca43865081b3c9b
    Reviewed-on: https://gerrit.libreoffice.org/72724
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/sw/qa/uitest/writer_tests5/tdf123378.py b/sw/qa/uitest/writer_tests5/tdf123378.py
index 6c78e0ecf699..d7b832e25c8c 100644
--- a/sw/qa/uitest/writer_tests5/tdf123378.py
+++ b/sw/qa/uitest/writer_tests5/tdf123378.py
@@ -10,6 +10,8 @@ from uitest.framework import UITestCase
 
 class tdf123378(UITestCase):
    def test_tdf123378_print_sets_modified(self):
+        # FIXME unstable test
+        return
         self.ui_test.create_doc_in_start_center("writer")
         document = self.ui_test.get_component()
         xWriterDoc = self.xUITest.getTopFocusWindow()


More information about the Libreoffice-commits mailing list