diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-02-19 11:14:06 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-02-22 14:37:19 +0100 |
commit | 09acea893429b6bdfe61da23e463cfbc29947b72 (patch) | |
tree | eb9f51f24ba83fa6bc3015cecd797d8bec120e44 /sw | |
parent | 016e34707417840528532109a8b416f883991c24 (diff) |
uitest: sw: re-enable test to see if it still fails
it doesn't fail for me, let's see for others.
Anyway, I might have an idea how to fix it if it still fails
Change-Id: Ie3b60c0e652302df3d2ff0331c3df765934620c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111203
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/uitest/writer_tests5/tdf118540.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/uitest/writer_tests5/tdf118540.py b/sw/qa/uitest/writer_tests5/tdf118540.py index 1ae4a30c2055..6bf46a14396a 100644 --- a/sw/qa/uitest/writer_tests5/tdf118540.py +++ b/sw/qa/uitest/writer_tests5/tdf118540.py @@ -15,8 +15,6 @@ from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file class tdf118540(UITestCase): def test_tdf118540_preview_document_properties(self): - # FIXME flaky test, usually passes, but breaks regularly. - return writer_doc = self.ui_test.load_file(get_url_for_data_file("tdf118540.docx")) document = self.ui_test.get_component() self.xUITest.executeCommand(".uno:PrintPreview") #open print preview |