From 1029d2a3ea3e6ec6f9b8a90a00e2b2b595fef5f2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 24 Apr 2019 19:30:13 +0200 Subject: UITest_writer_tests5: disable flaky print preview test Change-Id: I22431e026c1802e33064aa60267de0edbdf856ca Reviewed-on: https://gerrit.libreoffice.org/71253 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/qa/uitest/writer_tests5/tdf121591.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/qa/uitest/writer_tests5/tdf121591.py') diff --git a/sw/qa/uitest/writer_tests5/tdf121591.py b/sw/qa/uitest/writer_tests5/tdf121591.py index ad61a14eb247..df6deac658b7 100644 --- a/sw/qa/uitest/writer_tests5/tdf121591.py +++ b/sw/qa/uitest/writer_tests5/tdf121591.py @@ -14,6 +14,8 @@ from uitest.uihelper.common import select_pos class tdf121591(UITestCase): def test_tdf121591_frame_print_preview(self): + # FIXME unstable test + return self.ui_test.create_doc_in_start_center("writer") document = self.ui_test.get_component() xWriterDoc = self.xUITest.getTopFocusWindow() -- cgit