diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-19 22:46:24 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-20 12:50:08 +0100 |
commit | f23a90ee6d64a7649c84957a892dec4faa2326d8 (patch) | |
tree | 2d64ac23fa77d9c60a3494bbfa4a45864855c609 /uitest | |
parent | 91b34f1a57213c1806bef6cdbd8ca113b65fe671 (diff) |
uitest: disable the one unreliable math test for now
I still need to research what is going wrong there. It seem to happen when the starting instance
has the startup problem with the active frame.
Change-Id: I903f758dbf02072decf88d5d30c358eb742aeb8e
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") |