summaryrefslogtreecommitdiffstats
path: root/uitest/math_tests
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-19 22:46:24 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-20 12:50:08 +0100
commitf23a90ee6d64a7649c84957a892dec4faa2326d8 (patch)
tree2d64ac23fa77d9c60a3494bbfa4a45864855c609 /uitest/math_tests
parentstatic icu tweaking (diff)
downloadcore-f23a90ee6d64a7649c84957a892dec4faa2326d8.tar.gz
core-f23a90ee6d64a7649c84957a892dec4faa2326d8.zip
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/math_tests')
-rw-r--r--uitest/math_tests/start.py3
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")