diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-03-11 10:04:01 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-03-11 10:11:39 +0100 |
commit | 9ff37cb094d2c20c2fc591d8e7e06c462aa2d88f (patch) | |
tree | 5f9f628e3e756762b5f8cfa67743022c3ae482b9 | |
parent | cf234dc05a3a75199890e953d789bd19b02c1725 (diff) |
Revert "uitest: sw: re-enable test to see if it still fails"
This reverts commit 3d2ed830d63f0d1adcb0404ad979d5fcf9706ca2.
Jenkins still fails with this test. See
https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/82317/console
Meanwhile, sw/qa/uitest/writer_dialogs/openDialogs.py:20 doesn't fail
Change-Id: I19d3fc2993e8d7a5a0c031f30d258d57a9cda114
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112321
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-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() |