| commit | b004b7f3c1a28ebab1823bdbe38660b6c44483b1 | [log] |
|---|---|---|
| author | Miklos Vajna <vmiklos@collabora.com> | Wed May 22 09:48:19 2019 +0200 |
| committer | Miklos Vajna <vmiklos@collabora.com> | Wed May 22 10:37:57 2019 +0200 |
| tree | 3fb25462781da713fcf2303cb23dbf7137d37bba | |
| parent | e7fb44b8c86b4dce1d4c6f15752cc3bf62b14888 [diff] |
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@collabora.com> Tested-by: Jenkins
diff --git a/sw/qa/uitest/writer_tests5/tdf123378.py b/sw/qa/uitest/writer_tests5/tdf123378.py index 6c78e0e..d7b832e 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()