diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-05-22 09:48:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-22 10:37:57 +0200 |
commit | b004b7f3c1a28ebab1823bdbe38660b6c44483b1 (patch) | |
tree | 3fb25462781da713fcf2303cb23dbf7137d37bba /sw/qa/uitest | |
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
Diffstat (limited to 'sw/qa/uitest')
-rw-r--r-- | sw/qa/uitest/writer_tests5/tdf123378.py | 2 |
1 files changed, 2 insertions, 0 deletions
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() |