Kaydet (Commit) c3f92d7d authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: disable test_tdf118540_preview_document_properties()

See the discussion at <https://gerrit.libreoffice.org/#/c/70840/> this
test is quite unstable at the moment, unfortunately.

Change-Id: I6cbfdd0d9c5af8a848f32ab209ae70bc7a10d4af
Reviewed-on: https://gerrit.libreoffice.org/73557Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
üst 1d74d6d3
......@@ -21,6 +21,8 @@ def get_url_for_data_file(file_name):
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment