diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-03-08 15:28:18 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-03-08 18:30:16 +0100 |
commit | 3d2ed830d63f0d1adcb0404ad979d5fcf9706ca2 (patch) | |
tree | 95c1e3f82f2093502b6896723d15668708bfabae /sw/qa | |
parent | 2f813b15dd062c1cd9de4baacd64ae9785cbbd81 (diff) |
uitest: sw: re-enable test to see if it still fails
it doesn't fail for me, let's see for others.
Change-Id: If214efcaebb74b660c8cef2d60c910261379785a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112169
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/uitest/writer_tests5/tdf123378.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/uitest/writer_tests5/tdf123378.py b/sw/qa/uitest/writer_tests5/tdf123378.py index d7b832e25c8c..6c78e0ecf699 100644 --- a/sw/qa/uitest/writer_tests5/tdf123378.py +++ b/sw/qa/uitest/writer_tests5/tdf123378.py @@ -10,8 +10,6 @@ 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() |