From e05f16e6bf36efbaab16dd2ed1427a750ce7cafd Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 14 Jun 2017 07:34:31 +0200 Subject: disable UI test that does exact comparison Change-Id: I3e66a0574f6833fcd45a95a336fc07b523c0011c --- uitest/writer_tests/pageDialog.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uitest') diff --git a/uitest/writer_tests/pageDialog.py b/uitest/writer_tests/pageDialog.py index 738f799f852b..3f608cee97af 100644 --- a/uitest/writer_tests/pageDialog.py +++ b/uitest/writer_tests/pageDialog.py @@ -14,6 +14,8 @@ from com.sun.star.drawing.RectanglePoint import MIDDLE_MIDDLE from libreoffice.uno.propertyvalue import mkPropertyValues +import unittest + class WriterPageDialog(UITestCase): def launch_dialog_and_select_tab(self, tab): @@ -147,6 +149,7 @@ class WriterPageDialog(UITestCase): self.ui_test.close_doc() + @unittest.skip("Currently broken") def test_page_tab(self): size_list = [[10500,14801], [14801,21001], [21001,29700], [29700,42000], -- cgit