diff options
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/math_tests/start.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/math_tests/start.py b/uitest/math_tests/start.py index 1eae6490b27e..c8fbffd8dbb4 100644 --- a/uitest/math_tests/start.py +++ b/uitest/math_tests/start.py @@ -13,6 +13,8 @@ from uitest.framework import UITestCase from uitest.debug import sleep +import unittest + class SimpleMathTest(UITestCase): def test_start_math(self): @@ -61,6 +63,7 @@ class SimpleMathTest(UITestCase): self.ui_test.close_doc() + @unittest.skip("on windows the f4 does not always work") def test_complete_math(self): self.ui_test.create_doc_in_start_center("math") |